Browse Source

chore: Improvements for editor text styling

pull/3/head
Nithin David 4 years ago
parent
commit
4d9fc111c1
  1. 6
      src/woot-editor.css

6
src/woot-editor.css

@ -148,7 +148,7 @@ li.ProseMirror-selectednode:after {
.ProseMirror ul, .ProseMirror ul,
.ProseMirror ol { .ProseMirror ol {
padding-left: 30px; padding-left: 16px;
} }
.ProseMirror blockquote { .ProseMirror blockquote {
@ -231,10 +231,6 @@ li.ProseMirror-selectednode:after {
outline: none; outline: none;
} }
.ProseMirror p {
margin-bottom: 1em;
}
.ProseMirror .empty-node::before { .ProseMirror .empty-node::before {
position: absolute; position: absolute;
color: #aaa; color: #aaa;

Loading…
Cancel
Save