mirror of
https://github.com/documize/community.git
synced 2025-07-20 13:49:42 +02:00
Decrease CSS line-height for document content viewing
This commit is contained in:
parent
ada775e074
commit
b2b3e6fca6
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue