mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-25 17:14:48 +00:00
Fix Draftail placeholder text rendering
This commit is contained in:
parent
a03521f575
commit
0fd3b1872f
1 changed files with 2 additions and 1 deletions
|
|
@ -25,7 +25,8 @@ $draftail-editor-font-family: $font-serif;
|
|||
// Give each block element eg. paragraph some spacing so we don't end up
|
||||
// with empty paragraphs in code when user double enters because they think
|
||||
// there are no paragraphs.
|
||||
div[data-block='true'] {
|
||||
div[data-block='true'],
|
||||
.public-DraftEditorPlaceholder-inner {
|
||||
margin: 0.5rem 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue