Skip to content

Commit

Permalink
Remove extra horizontal padding from SegmentedControl tabs (#7574)
Browse files Browse the repository at this point in the history
  • Loading branch information
schottra authored Feb 13, 2024
1 parent 030ce6a commit 813d7ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
.tab {
z-index: 3;
flex: 1 1 auto;
padding: var(--harmony-unit-2) var(--harmony-unit-4);
padding: var(--harmony-unit-2);
border-radius: 4px;
cursor: pointer;
user-select: none;
Expand Down

0 comments on commit 813d7ce

Please sign in to comment.