Skip to content

Commit

Permalink
fix(ui): fix style of tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
xiejay97 committed Dec 23, 2022
1 parent 04d504a commit 6f06fda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ui/src/styles/components/tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@

@include e(tabpanel) {
flex-grow: 1;
overflow: hidden;

@if $direction == left {
margin-left: 20px;
Expand All @@ -168,6 +169,7 @@
}

@include e(tablist-wrapper) {
flex-shrink: 0;
overflow: hidden auto;

@if $direction == left {
Expand Down

0 comments on commit 6f06fda

Please sign in to comment.