FCLT#90168 line-height edit-mode label gelijk aan show-mode

svn path=/Website/branches/v2025.3/; revision=70789
This commit is contained in:
2025-11-04 08:25:48 +00:00
parent 5db0846e7a
commit b611a6b79f

View File

@@ -117,6 +117,9 @@ section#searchbody td /* voor de styling-preview */
--fclt-input-border-y: 1px; --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)); 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 */ /* heel algemene styles */