Skip to content

Commit

Permalink
[core] fix(tabs): remove large gap between vertical tabs (#6885)
Browse files Browse the repository at this point in the history
  • Loading branch information
gluxon authored Jul 2, 2024
1 parent 9754f3d commit 8329a32
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

1 comment on commit 8329a32

@svc-palantir-github
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[core] fix(tabs): remove large gap between vertical tabs (#6885)

Build artifact links for this commit: documentation | landing | table | demo

This is an automated comment from the deploy-preview CircleCI job.

Please sign in to comment.