-
14 Jun 2013 7:42 AM #1
Unanswered: Help with List item height for multiple resolutions
Unanswered: Help with List item height for multiple resolutions
I need help with List item height for multiple resolutions.
As we all know there is only way to change list item height is by using itemHeight config in Sencha code. Which unacceptable in my case as I working with multiple resolution devices and I would like to change list item height base on media queries in CSS.
Any idea how can I overcome the problem of hardcoded min height and transformation right in the DOM ?
Any other suggestions?
Thank you
-
14 Jun 2013 12:59 PM #2
You should be able to use the 'em' unit instead of just pixels.
Code:... itemHeight: '10em', ...


Reply With Quote