We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f78334 commit 766cb10Copy full SHA for 766cb10
src/components/organisms/FileTabs/FileTabs.tsx
@@ -45,6 +45,7 @@ const TabsPanelElement = tasty(Space, {
45
flexShrink: 0,
46
whiteSpace: 'nowrap',
47
styledScrollbar: true,
48
+ padding: '1ow 1ow 0 1ow',
49
},
50
});
51
@@ -59,7 +60,6 @@ const TabsContainerElement = tasty(Flex, {
59
60
'[data-is-left-fade]': '3x left',
61
'[data-is-right-fade]': '3x right',
62
- padding: '1ow 1ow 0 1ow',
63
'--scrollbar-radius': '1ow',
64
'--scrollbar-width': '.75x',
65
'--scrollbar-outline-width': '1px',
0 commit comments