1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-05-29 09:21:20 +03:00

Fixed line-height difference in tinymce

This commit is contained in:
Dan Brown 2017-09-10 13:08:12 +01:00
parent fec6c65b78
commit 576a59a693
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -48,4 +48,7 @@
} }
} }
} }
}
.page-content.mce-content-body p {
line-height: 1.6;
} }