From b2b3e6fca6073ee8f1ff196b0756bfde052ee6b8 Mon Sep 17 00:00:00 2001 From: sauls8t Date: Tue, 6 Mar 2018 15:58:35 +0000 Subject: [PATCH] Decrease CSS line-height for document content viewing --- gui/app/styles/view/document/wysiwyg.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gui/app/styles/view/document/wysiwyg.scss b/gui/app/styles/view/document/wysiwyg.scss index 1b36541b..41bcb991 100644 --- a/gui/app/styles/view/document/wysiwyg.scss +++ b/gui/app/styles/view/document/wysiwyg.scss @@ -1,6 +1,7 @@ .wysiwyg { font-size: 17px; - line-height: 30px; + line-height: 25px; + // line-height: 30px; color: $color-off-black; table {