From fba2bf4df907895f65356b5c8da84571c8ebddef Mon Sep 17 00:00:00 2001 From: John McLear Date: Sat, 7 Apr 2018 17:50:45 +0100 Subject: [PATCH] Update iframe_editor.css --- src/static/css/iframe_editor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/css/iframe_editor.css b/src/static/css/iframe_editor.css index 757bfa96..36e0b2da 100644 --- a/src/static/css/iframe_editor.css +++ b/src/static/css/iframe_editor.css @@ -33,7 +33,7 @@ body.grayedout { background-color: #eee !important } #innerdocbody { font-size: 16px; /* overridden by body.style */ font-family:Arial, sans-serif; /* overridden by body.style */ - line-height: 16px; /* overridden by body.style */ + line-height: 22px; /* overridden by body.style */ background-color: white; color: black; }