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

Loading…
Cancel
Save