mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-22 10:10:12 +08: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;
|
||||
}
|
||||
|
||||
// In editor line height override
|
||||
.page-content.mce-content-body p {
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
// Pad out bottom of editor
|
||||
body.page-content.mce-content-body {
|
||||
padding-bottom: 5rem;
|
||||
|
|
Loading…
Reference in New Issue
Block a user