Increase single and multi line input max width by 100px
This commit is contained in:
@@ -320,6 +320,11 @@
|
||||
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);
|
||||
}
|
||||
|
||||
.sg-labeled-input-row:has(.sg-input-multi-line) {
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user