Page 1 of 1

Setting Min Height for List Item

Posted: Wed May 20, 2015 11:14 pm
by Aeneas McBurney

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


Setting Min Height for List Item

Posted: Thu May 21, 2015 6:50 pm
by Serhii Kulibaba

Hello,

Please use CSS below:

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

here mobilelistName - name of the list component


Setting Min Height for List Item

Posted: Thu May 21, 2015 9:44 pm
by Aeneas McBurney

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.


Setting Min Height for List Item

Posted: Sat May 23, 2015 4:39 am
by Alena Prykhodko

Dear Aeneas,

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


Setting Min Height for List Item

Posted: Sat May 23, 2015 8:51 am
by Aeneas McBurney

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


Setting Min Height for List Item

Posted: Sun May 24, 2015 10:22 pm
by Aeneas McBurney

I have resolved this now. thanks for your help


Setting Min Height for List Item

Posted: Mon May 25, 2015 5:43 am
by Evgene Karachevtsev

Hello Aeneas,

Thank you for the update.