From fd501587b51a02ca4f775e58d9f731decaa6e3b2 Mon Sep 17 00:00:00 2001 From: Darks Date: Fri, 18 Sep 2020 19:07:06 +0200 Subject: [PATCH] css: fix a bit the style of text editor --- app/static/css/form.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/css/form.css b/app/static/css/form.css index 36137a3..f7e5965 100644 --- a/app/static/css/form.css +++ b/app/static/css/form.css @@ -7,7 +7,7 @@ vertical-align: middle; } -.form form > div:not(:last-child) { +.form form > div:not(:last-child):not(.editor-toolbar) { margin-bottom: 16px; }