fix(components): apply pulldown max-width in disabled state
This commit is contained in:
+1
-1
@@ -815,7 +815,7 @@ section + section {
|
|||||||
#component-pulldown .sg-state-example > .sg-pulldown {
|
#component-pulldown .sg-state-example > .sg-pulldown {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
max-width: 100%;
|
max-width: var(--layout-input-field-max-width);
|
||||||
}
|
}
|
||||||
|
|
||||||
#component-pulldown .sg-activatable-row {
|
#component-pulldown .sg-activatable-row {
|
||||||
|
|||||||
Reference in New Issue
Block a user