Align form section action row width with input field row
This commit is contained in:
@@ -273,6 +273,9 @@
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
gap: var(--spacing-small);
|
||||
width: 100%;
|
||||
max-width: calc(
|
||||
var(--layout-input-label-width) + var(--spacing-small) + var(--layout-input-field-max-width)
|
||||
);
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user