Align form section action row width with input field row

This commit is contained in:
2026-05-28 08:18:04 +02:00
parent 675c83d835
commit 5bac467735
+3
View File
@@ -273,6 +273,9 @@
grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-columns: repeat(2, minmax(0, 1fr));
gap: var(--spacing-small); gap: var(--spacing-small);
width: 100%; width: 100%;
max-width: calc(
var(--layout-input-label-width) + var(--spacing-small) + var(--layout-input-field-max-width)
);
margin-top: 0; margin-top: 0;
} }