Skip to content

Commit

Permalink
fix(core): unable to create blank lines correctly (#7032)
Browse files Browse the repository at this point in the history
Close #7022
  • Loading branch information
JimmFly committed May 27, 2024
1 parent 8ed0ceb commit 2d2a849
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export const affineDocViewport = style({

export const docContainer = style({
display: 'block',
flexGrow: 1,
});

export const docEditorGap = style({
Expand All @@ -23,6 +22,7 @@ export const docEditorGap = style({
paddingTop: 50,
paddingBottom: 50,
cursor: 'text',
flexGrow: 1,
});

const titleTagBasic = style({
Expand Down

0 comments on commit 2d2a849

Please sign in to comment.