From 6bb683e794fe1c3ee13738aa6522fb75d21f461a Mon Sep 17 00:00:00 2001 From: loma-one <44441246+loma-one@users.noreply.github.com> Date: Wed, 22 Mar 2023 14:25:30 +0100 Subject: [PATCH] Correct spacing Text input Comments The spacing on the left is always specified with padding: 10px 10px; in the other editors. The text input does not look so nice at the moment. --- view/theme/frio/css/dropzone.frio.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/frio/css/dropzone.frio.css b/view/theme/frio/css/dropzone.frio.css index 80dbc8833..0e1606ae0 100644 --- a/view/theme/frio/css/dropzone.frio.css +++ b/view/theme/frio/css/dropzone.frio.css @@ -207,7 +207,7 @@ min-height: 150px; border: 1px solid rgba(0, 0, 0, 0.3); background: white; - padding: 2px 2px; + padding: 10px 10px; } .dropzone.dz-clickable { cursor: pointer;