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 7d81392 commit 032fbc7Copy full SHA for 032fbc7
packages/gitbook/src/components/DocumentView/Tabs/DynamicTabs.tsx
@@ -141,11 +141,11 @@ export function DynamicTabs(
141
}, [hash, tabs, onSelectTab]);
142
143
return (
144
- <div className={hashLinkButtonWrapperStyles}>
+ <div className={tcls(hashLinkButtonWrapperStyles, 'flex', style)}>
145
<HashLinkButton
146
id={getTabButtonId(active.id)}
147
block={block}
148
- className={tcls('absolute', block.data?.fullWidth ? '-left-6' : 'left-6')}
+ className={tcls('absolute', '-left-6')}
149
/>
150
151
<div
@@ -157,8 +157,7 @@ export function DynamicTabs(
157
'ring-tint-subtle',
158
'flex',
159
'overflow-hidden',
160
- 'flex-col',
161
- style
+ 'flex-col'
162
)}
163
>
164
0 commit comments