Skip to content

Commit 683b5d0

Browse files
authored
fix(QSelect): force height of the span having the selected value to fix baseline alignment quasarframework#7623 (quasarframework#8055)
1 parent 54f361e commit 683b5d0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

ui/src/components/select/QSelect.sass

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
.q-field__control
77
cursor: text
88

9+
.q-field__native > span:first-child:empty:before
10+
content: '\a0'
11+
912
.q-field__input
1013
min-width: 50px !important
1114

ui/src/components/select/QSelect.styl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
.q-field__control
77
cursor: text
88

9+
.q-field__native > span:first-child:empty:before
10+
content: '\a0'
11+
912
.q-field__input
1013
min-width: 50px !important
1114

0 commit comments

Comments
 (0)