From b207cbaf8c14fcdf6ef2bb8a7b7f2456f3287f9e Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Tue, 21 Dec 2021 14:59:03 +0500 Subject: [PATCH] fix table cell padding in editor --- apps/mobile/html/Web.bundle/site/init.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps/mobile/html/Web.bundle/site/init.js b/apps/mobile/html/Web.bundle/site/init.js index f6b068391..f514772f7 100755 --- a/apps/mobile/html/Web.bundle/site/init.js +++ b/apps/mobile/html/Web.bundle/site/init.js @@ -322,6 +322,16 @@ h6, strong { font-weight:600 !important; } + +td > *, +th > * { + margin: 0 !important; +} + +td > * + *, +th > * + * { + margin-top: .75em !important; +} `; function init_tiny(size) {