Skip to content

Commit 9507b12

Browse files
committed
fix(FileTabs): limit the max width * 7
1 parent b1ac287 commit 9507b12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/organisms/FileTabs/FileTabs.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ const TabsContainerElement = tasty(Flex, {
5959
'[data-is-left-fade]': '3x left',
6060
'[data-is-right-fade]': '3x right',
6161
},
62+
padding: '3x 0 0 0',
6263
'--scrollbar-radius': '1ow',
6364
'--scrollbar-width': '.75x',
6465
'--scrollbar-outline-width': '1px',

0 commit comments

Comments
 (0)