fix: align static value with inputs

-e
Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com>
This commit is contained in:
Peter Ringelmann 2026-04-09 15:14:11 +02:00
parent f1b916ce3e
commit 9fe75f3502

View file

@ -202,6 +202,10 @@ export default {
padding: var(--border-width-input-focused, 2px);
padding-inline: calc(var(--border-radius-element, 8px) + var(--border-width-input-focused, 2px));
// Manually align static value with inputs below until we have a static field in component lib.
// See: https://github.com/nextcloud/server/issues/53862#issuecomment-4212613996
margin-left: 18px;
&-label {
font-size: var(--font-size-small, 13px);
font-weight: 500;