diff --git a/packages/editor/styles/styles.css b/packages/editor/styles/styles.css index f008bade5..03f8eff50 100644 --- a/packages/editor/styles/styles.css +++ b/packages/editor/styles/styles.css @@ -40,7 +40,7 @@ position: relative; background-color: var(--separator); width: 100%; - height: 5px; + height: 2px; margin-top: 4px; margin-bottom: 4px; } @@ -406,6 +406,10 @@ img.ProseMirror-separator { margin-inline: 5px; padding-inline-start: 10px; } + +.ProseMirror hr { + height: 5px; +} }