Skip to content

Commit de94b70

Browse files
authored
fix(ui): Fix tabs component.
Signed-off-by: Harkunwar Kochar <[email protected]>
1 parent d614847 commit de94b70

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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 grid max-w-full;
4+
@apply grid
5+
max-w-full;
56

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

0 commit comments

Comments
 (0)