Skip to content

Commit 6f06fda

Browse files
committed
fix(ui): fix style of tabs
1 parent 04d504a commit 6f06fda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/ui/src/styles/components/tabs.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@
142142

143143
@include e(tabpanel) {
144144
flex-grow: 1;
145+
overflow: hidden;
145146

146147
@if $direction == left {
147148
margin-left: 20px;
@@ -168,6 +169,7 @@
168169
}
169170

170171
@include e(tablist-wrapper) {
172+
flex-shrink: 0;
171173
overflow: hidden auto;
172174

173175
@if $direction == left {

0 commit comments

Comments
 (0)