mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-02 20:44:53 +00:00
Fix Draftail placeholder alignment in full-width field
This commit is contained in:
parent
7d10279ed6
commit
95bb2aecf9
1 changed files with 4 additions and 2 deletions
|
|
@ -88,7 +88,8 @@ $draftail-editor-font-family: $font-serif;
|
|||
}
|
||||
}
|
||||
|
||||
.full .Draftail-Editor .public-DraftEditor-content {
|
||||
.full .Draftail-Editor .public-DraftEditor-content,
|
||||
.full .Draftail-Editor .public-DraftEditorPlaceholder-root {
|
||||
@include nice-padding;
|
||||
}
|
||||
|
||||
|
|
@ -96,6 +97,7 @@ $draftail-editor-font-family: $font-serif;
|
|||
@include nice-margin;
|
||||
}
|
||||
|
||||
.title .Draftail-Editor .public-DraftEditor-content {
|
||||
.title .Draftail-Editor .public-DraftEditor-content,
|
||||
.title .Draftail-Editor .public-DraftEditorPlaceholder-root {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue