Skip to content

Commit 1a5143b

Browse files
committed
ui-combobox: fix combobox dropdown icon vertical alignment with line-height
- The 22px line-height ensures proper vertical centering of the dropdown icon within the combobox. - The previous default line-height caused misalignment or uneven icon positioning potentially affecting the visual appearance of element Signed-off-by: banobepascal <[email protected]> Change-Id: I3c73262f7aea41f67ff3161c90b703baac327a9c
1 parent 5994f74 commit 1a5143b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

browser/css/jsdialogs.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -887,6 +887,10 @@ input[type='number']:hover::-webkit-outer-spin-button {
887887
width: 100%;
888888
}
889889

890+
.jsdialog .ui-combobox {
891+
line-height: 22px;
892+
}
893+
890894
.ui-listbox option {
891895
font-weight: normal;
892896
display: block;

0 commit comments

Comments
 (0)