Skip to content

Commit fd57be0

Browse files
committed
fix: QListHeader bad padding inside popover quasarframework#1856
1 parent ff1055d commit fd57be0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/components/list/list.ios.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
font-size 10px
122122
font-weight 500
123123
min-height 35px
124-
padding ($item-padding / 2) ($item-padding / 2) ($item-padding / 2) $item-padding
124+
padding ($item-padding / 2) $item-padding
125125
line-height 14px
126126
letter-spacing 1px
127127
text-transform uppercase

src/components/list/list.mat.styl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,9 @@
120120
color $item-label-color
121121
font-size 14px
122122
font-weight 500
123-
line-height 48px
124-
padding-left $item-padding
123+
line-height 18px
124+
min-height 48px
125+
padding 15px $item-padding
125126
.q-list-header-inset
126127
padding-left ($item-padding + $item-gutter + $item-primary-size)
127128

0 commit comments

Comments
 (0)