Skip to content

Commit ee62747

Browse files
committed
fix: adjust margin for hr
fixes #1889. Signed-off-by: Max <[email protected]>
1 parent 465dac8 commit ee62747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/prosemirror.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ div.ProseMirror {
147147
hr {
148148
padding: 2px 0;
149149
border: none;
150-
margin: 3em 0;
150+
margin: 2em 0;
151151
width: 100%;
152152
}
153153

0 commit comments

Comments
 (0)