Aeneas McBurney
Posts: 0
Joined: Mon Jun 16, 2014 7:49 am

Setting Min Height for List Item

Hi, I have a list which I want to set the minimum height of each item. Currently they all adjust based on the contents but I want them to look uniform with a minimum height.

Thanks,
Aeneas

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Setting Min Height for List Item

Hello,

Please use CSS below:

[name="mobilelistName"] li a{
min-height:10px;
}

here mobilelistName - name of the list component

Aeneas McBurney
Posts: 0
Joined: Mon Jun 16, 2014 7:49 am

Setting Min Height for List Item

I tried the above and it sets all the buttons in the list item to that height not the list item itself? The list item has a grid in it and I want either the grid cell or list item to be a minimum height.

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Setting Min Height for List Item

Dear Aeneas,

You can always search for appropriate selector yourself through debug browser tools.

Aeneas McBurney
Posts: 0
Joined: Mon Jun 16, 2014 7:49 am

Setting Min Height for List Item

Sorry I'm not sure what you mean. How do I set minimum height for grid in list item?

Aeneas McBurney
Posts: 0
Joined: Mon Jun 16, 2014 7:49 am

Setting Min Height for List Item

I have resolved this now. thanks for your help

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Setting Min Height for List Item

Hello Aeneas,

Thank you for the update.

Return to “Issues”