Skip to content

Commit

Permalink
fix(tabs): add icon only 1px spacing (#17671)
Browse files Browse the repository at this point in the history
* fix(tabs): add icon only 1px spacing

* chore: cleanup story updates
  • Loading branch information
alisonjoseph authored Oct 10, 2024
1 parent 33fd9e7 commit f0cf217
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/styles/scss/components/tabs/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,10 @@
overflow-x: visible;
}

.#{$prefix}--tabs__nav-item--icon-only {
margin-inline-end: convert.to-rem(1px);
}

.#{$prefix}--tabs__nav-item--icon-only,
&.#{$prefix}--tabs--contained .#{$prefix}--tabs__nav-item--icon-only {
display: flex;
Expand Down

0 comments on commit f0cf217

Please sign in to comment.