Add space between ask button and content (#4217)

This commit is contained in:
Zeno Kapitein
2026-04-28 14:59:14 +02:00
committed by GitHub
parent 65558cfbb1
commit 01e1c2ae6a
2 changed files with 2 additions and 2 deletions
@@ -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',