Skip to content

Commit

Permalink
center checkbox values vertically
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Dec 19, 2023
1 parent 7021f1f commit 4fe2d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haxe/ui/_module/styles/default/checkboxes.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
background-color: $tertiary-background-color;
width: 18px;
height: 18px;
vertical-align: top;
vertical-align: center;
border-radius: 2px;
icon: none;
filter: $normal-inner-shadow;
Expand Down

0 comments on commit 4fe2d75

Please sign in to comment.