From e7fbf159a67f8e73c21f871b8329f9275671aa80 Mon Sep 17 00:00:00 2001 From: GithubAnon0000 <160563432+GithubAnon0000@users.noreply.github.com> Date: Tue, 15 Apr 2025 10:24:43 +0000 Subject: [PATCH] add min-height to fields (#3922) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add min-height to fields * 30px → 1.5em This works with different font sizes too. Now there are no size jumps between empty field / field with string / field with empty html. --- ts/editable/editable-base.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/editable/editable-base.scss b/ts/editable/editable-base.scss index 3cfaa63b4..bc8dea985 100644 --- a/ts/editable/editable-base.scss +++ b/ts/editable/editable-base.scss @@ -2,6 +2,7 @@ * { max-width: 100%; + min-height: 1.5em; } p {