Fix form sections login field width

This commit is contained in:
2026-06-17 13:44:19 +02:00
parent 9dfbd7ca5f
commit 46a742fe1a
@@ -383,6 +383,7 @@
flex-direction: column; flex-direction: column;
gap: var(--spacing-small); gap: var(--spacing-small);
min-width: 0; min-width: 0;
width: 100%;
max-width: var(--layout-form-input-field-max-width); max-width: var(--layout-form-input-field-max-width);
} }