mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04: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:
parent
0ca8d7fc03
commit
2df82dd870
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user