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; }