We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff1055d commit fd57be0Copy full SHA for fd57be0
src/components/list/list.ios.styl
@@ -121,7 +121,7 @@
121
font-size 10px
122
font-weight 500
123
min-height 35px
124
- padding ($item-padding / 2) ($item-padding / 2) ($item-padding / 2) $item-padding
+ padding ($item-padding / 2) $item-padding
125
line-height 14px
126
letter-spacing 1px
127
text-transform uppercase
src/components/list/list.mat.styl
@@ -120,8 +120,9 @@
120
color $item-label-color
font-size 14px
- line-height 48px
- padding-left $item-padding
+ line-height 18px
+ min-height 48px
+ padding 15px $item-padding
.q-list-header-inset
padding-left ($item-padding + $item-gutter + $item-primary-size)
128
0 commit comments