Skip to content

Commit

Permalink
chore(editor): Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikey Stengel committed Dec 20, 2024
1 parent 1cdf77f commit 2353a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/core/editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export function Editor(props: EditorProps) {
className={cn(
// editor-core resets styles
'editor-core',
'font-serlo mb-24 text-lg leading-cozy',
'mb-24 font-serlo text-lg leading-cozy',
// some undocumented style hacks
'[&_h1]:hyphens-auto',
'[&_a[data-key]]:hyphens-auto',
Expand Down

0 comments on commit 2353a4f

Please sign in to comment.