Skip to content

Commit

Permalink
Merge pull request #641 from Shallowmallow/FixAutoWidthButtons
Browse files Browse the repository at this point in the history
Tabs - all icons far-left by default, and put padding back to 8px
  • Loading branch information
ianharrigan authored Oct 8, 2024
2 parents a094608 + 25ac059 commit 75ce97b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion haxe/ui/_module/styles/default/tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@
.tabbar-button {
border-radius: 0px;
background: $solid-background-color-down $solid-background-color-down vertical;
padding: 7px 14px;
padding: 7px 8px;
vertical-align: bottom;
border-left-width: 0px;
cursor: pointer;
icon-position: far-left;
}

.tabbar-button .icon {
Expand Down

0 comments on commit 75ce97b

Please sign in to comment.