From b611a6b79f510a9c73e0018b7ce8f77008a7bc7f Mon Sep 17 00:00:00 2001 From: Koen Reefman Date: Tue, 4 Nov 2025 08:25:48 +0000 Subject: [PATCH] FCLT#90168 line-height edit-mode label gelijk aan show-mode svn path=/Website/branches/v2025.3/; revision=70789 --- APPL/Shared/default.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/APPL/Shared/default.css b/APPL/Shared/default.css index 245134db5d..6df424b42e 100644 --- a/APPL/Shared/default.css +++ b/APPL/Shared/default.css @@ -117,6 +117,9 @@ section#searchbody td /* voor de styling-preview */ --fclt-input-border-y: 1px; line-height: calc(var(--fclt-td-line-height) - 2 * var(--fclt-input-padding-y) - 2 * var(--fclt-input-border-y)); } + &.flexlabel { + line-height: calc(0.8 * var(--fclt-td-line-height)); /* Ik wil eigenlijk 12px font-size en dan 1.8em => 21.6px net zoals show-mode */ + } } /* heel algemene styles */