Skip to content

Commit

Permalink
ui-combobox: fix combobox dropdown icon vertical alignment with line-…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
banobepascal authored and eszkadev committed Dec 6, 2024
1 parent 27575f0 commit c4ff657
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions browser/css/jsdialogs.css
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,10 @@ input[type='number']:hover::-webkit-outer-spin-button {
width: 100%;
}

.jsdialog .ui-combobox {
line-height: 22px;
}

.ui-listbox option {
font-weight: normal;
display: block;
Expand Down

0 comments on commit c4ff657

Please sign in to comment.