1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +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

View File

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