Skip to content

Commit

Permalink
Revert "[core] fix(tabs): remove large gap between vertical tabs (#6885
Browse files Browse the repository at this point in the history
…)"

This reverts commit 8329a32.
  • Loading branch information
gluxon committed Jul 2, 2024
1 parent f2e9d6e commit cc68fef
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 @@ -88,9 +88,9 @@ $tab-indicator-width: 3px !default;
.#{$ns}-tab-list {
align-items: flex-end;
border: none;
column-gap: $pt-grid-size * 2;
display: flex;
flex: 0 0 auto;
gap: $pt-grid-size * 2;
list-style: none;
margin: 0;
padding: 0;
Expand Down

0 comments on commit cc68fef

Please sign in to comment.