Added padding to the bottom of the WYSIWYG editor

Also fixed weird affects from body now always being flex.
For #1075
This commit is contained in:
Dan Brown 2021-02-12 23:35:02 +00:00
parent 0ca8d7fc03
commit 2df82dd870

View File

@ -63,8 +63,14 @@
}
.page-content.mce-content-body {
padding-top: 16px;
padding-block-start: 1rem;
padding-block-end: 1rem;
outline: none;
display: block;
}
.page-content.mce-content-body > :last-child {
margin-bottom: 3rem;
}
// Fix to prevent 'No color' option from not being clickable.