mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-08 04:04:33 +08:00
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:
@ -63,8 +63,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.page-content.mce-content-body {
|
.page-content.mce-content-body {
|
||||||
padding-top: 16px;
|
padding-block-start: 1rem;
|
||||||
|
padding-block-end: 1rem;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.page-content.mce-content-body > :last-child {
|
||||||
|
margin-bottom: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fix to prevent 'No color' option from not being clickable.
|
// Fix to prevent 'No color' option from not being clickable.
|
||||||
|
Reference in New Issue
Block a user