fix(components): apply input-like max width to slider component
This commit is contained in:
+2
-2
@@ -1155,7 +1155,7 @@ section + section {
|
||||
|
||||
#component-slider .sg-slider-row .sg-slider {
|
||||
width: 100%;
|
||||
max-width: none;
|
||||
max-width: var(--layout-input-field-max-width);
|
||||
min-width: 0;
|
||||
grid-column: 2;
|
||||
}
|
||||
@@ -1206,7 +1206,7 @@ section + section {
|
||||
|
||||
#component-slider .sg-activatable-row .sg-slider-row .sg-slider {
|
||||
width: 100%;
|
||||
max-width: none;
|
||||
max-width: var(--layout-input-field-max-width);
|
||||
min-width: 0;
|
||||
grid-column: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user