From 38cbff11a1ca0381d1a6f89364aa2c822b757b37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFck=20Magniez?= Date: Thu, 23 Nov 2017 16:24:08 +0100 Subject: [PATCH] Adapted the padding due to the font-size modification --- src/static/css/iframe_editor.css | 4 ++++ src/static/css/pad.css | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/static/css/iframe_editor.css b/src/static/css/iframe_editor.css index d559efc84..34ab404a9 100644 --- a/src/static/css/iframe_editor.css +++ b/src/static/css/iframe_editor.css @@ -38,6 +38,10 @@ body.grayedout { background-color: #eee !important } color: black; } +.innerdocbody>div{ + padding: 1px; +} + body.doesWrap { /* white-space: pre-wrap; */ diff --git a/src/static/css/pad.css b/src/static/css/pad.css index cabde7ef2..eb62a6f9b 100644 --- a/src/static/css/pad.css +++ b/src/static/css/pad.css @@ -3,8 +3,9 @@ html, body, p { margin: 0; - padding: 0; + padding: 0px; } + .clear { clear: both }