Skip to content

Commit

Permalink
Fix large gap between vertical tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
gluxon committed Jul 1, 2024
1 parent 9754f3d commit bbc0dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/tabs/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ $tab-indicator-width: 3px !default;
border: none;
display: flex;
flex: 0 0 auto;
gap: $pt-grid-size * 2;
column-gap: $pt-grid-size * 2;
list-style: none;
margin: 0;
padding: 0;
Expand Down

0 comments on commit bbc0dd2

Please sign in to comment.