mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
fix: align static value with inputs
-e Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com>
This commit is contained in:
parent
f1b916ce3e
commit
9fe75f3502
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue