Skip to content

Commit df203d0

Browse files
authored
fix(ui): Fix tabs component overflow issue (#7798)
* fix(Tabs): Fix tabs component overflow issue Signed-off-by: Harkunwar Kochar <[email protected]> * fix(ui): Fix tabs component. Signed-off-by: Harkunwar Kochar <[email protected]> --------- Signed-off-by: Harkunwar Kochar <[email protected]>
1 parent 601b74e commit df203d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

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

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

67
.tabsList {
78
@apply font-open-sans

0 commit comments

Comments
 (0)