Unify form input max width across interactive elements and form sections
This commit is contained in:
@@ -317,12 +317,7 @@
|
||||
.sg-labeled-input-row .sg-input-multi-line {
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
max-width: var(--layout-input-field-max-width);
|
||||
}
|
||||
|
||||
#component-input-field-single-line .sg-labeled-input-row .sg-input-single-line,
|
||||
#component-input-field-multi-line .sg-labeled-input-row .sg-input-multi-line {
|
||||
max-width: calc(var(--layout-input-field-max-width) + 100px);
|
||||
max-width: var(--layout-form-input-field-max-width);
|
||||
}
|
||||
|
||||
.sg-labeled-input-row:has(.sg-input-multi-line) {
|
||||
|
||||
Reference in New Issue
Block a user