Skip to content

Commit d614847

Browse files
authored
fix(Tabs): Fix tabs component overflow issue
Signed-off-by: Harkunwar Kochar <[email protected]>
1 parent 3ecfbcb commit d614847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui-components/Common/Tabs/index.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@reference "../../styles/index.css";
22

33
.tabsRoot {
4-
@apply max-w-full;
4+
@apply grid max-w-full;
55

66
.tabsList {
77
@apply font-open-sans

0 commit comments

Comments
 (0)