mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-21 01:53:26 +00:00
Add space between ask button and content (#4217)
This commit is contained in:
@@ -106,7 +106,7 @@ export function PageBody(props: {
|
||||
<SuspenseLoadedHint />
|
||||
<DocumentView
|
||||
document={document}
|
||||
style="clear-both flex flex-col [&>*+*]:mt-5"
|
||||
style="flex flex-col [&>*+*]:mt-5"
|
||||
context={{
|
||||
mode: 'default',
|
||||
contentContext: {
|
||||
|
||||
@@ -40,7 +40,7 @@ export async function PageHeader(props: {
|
||||
}
|
||||
|
||||
return (
|
||||
<header className={tcls(CONTENT_STYLE, 'mb-6', 'space-y-3')}>
|
||||
<header className={tcls(CONTENT_STYLE, 'mb-6 space-y-3 after:clear-both after:block')}>
|
||||
<div
|
||||
className={tcls(
|
||||
'float-right ml-4 flex gap-2',
|
||||
|
||||
Reference in New Issue
Block a user