diff --git a/src/components/tab-header/TabList.ts b/src/components/tab-header/TabList.ts index a0e192e..72ca6a8 100644 --- a/src/components/tab-header/TabList.ts +++ b/src/components/tab-header/TabList.ts @@ -8,8 +8,11 @@ interface Props { } const fullWidthCss = css` - & > * { - flex: 1; + && { + & > * { + flex: 1; + padding: 0px; + } } `;