1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-20 21:59:42 +02:00

Decrease CSS line-height for document content viewing

This commit is contained in:
sauls8t 2018-03-06 15:58:35 +00:00
parent ada775e074
commit b2b3e6fca6

View file

@ -1,6 +1,7 @@
.wysiwyg { .wysiwyg {
font-size: 17px; font-size: 17px;
line-height: 30px; line-height: 25px;
// line-height: 30px;
color: $color-off-black; color: $color-off-black;
table { table {