Skip to content

Commit 775ef36

Browse files
Merge branch 'devin/1761768444-unify-visual-editor-section-name-subtitle' of https://git-manager.devin.ai/proxy/github.com/fern-api/fern-platform into devin/1761768444-unify-visual-editor-section-name-subtitle
2 parents 18c836e + 8948e36 commit 775ef36

File tree

1 file changed

+1
-1
lines changed
  • packages/fern-dashboard/src/app/[orgName]/(visual-editor)/editor/[docsUrl]/[branch]/[...slug]

1 file changed

+1
-1
lines changed

packages/fern-dashboard/src/app/[orgName]/(visual-editor)/editor/[docsUrl]/[branch]/[...slug]/PageSubtitle.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default function PageSubtitle({ className, filename, initialText }: PageS
3939
}
4040

4141
return (
42-
<div className={cn("flex mt-2", className)}>
42+
<div className={cn("flex", className)}>
4343
<AutoResizingInput
4444
className="break-words leading-7 text-(color:--grayscale-a11)"
4545
name="subtitle"

0 commit comments

Comments
 (0)