mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
WYSWIYG: Fixed misaligned table cell p line height
Removes an editor-specific line-height which was overriding cell paragraph line height, causing mis-aligned style compared to viewing. Checked a range of styles and looked at history, could not see original purpose of the line-height removed here. Closes #4960
This commit is contained in:
parent
f95fb640af
commit
4c1c315594
@ -46,11 +46,6 @@
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
// In editor line height override
|
|
||||||
.page-content.mce-content-body p {
|
|
||||||
line-height: 1.6;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Pad out bottom of editor
|
// Pad out bottom of editor
|
||||||
body.page-content.mce-content-body {
|
body.page-content.mce-content-body {
|
||||||
padding-bottom: 5rem;
|
padding-bottom: 5rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user