Skip to content

Commit 8cc580f

Browse files
committed
fix styles
1 parent 032fbc7 commit 8cc580f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gitbook/src/components/DocumentView/Tabs/DynamicTabs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export function DynamicTabs(
141141
}, [hash, tabs, onSelectTab]);
142142

143143
return (
144-
<div className={tcls(hashLinkButtonWrapperStyles, 'flex', style)}>
144+
<div className={tcls(hashLinkButtonWrapperStyles, 'w-full', style)}>
145145
<HashLinkButton
146146
id={getTabButtonId(active.id)}
147147
block={block}

0 commit comments

Comments
 (0)