mirror of
https://github.com/symbiote/silverstripe-gridfieldextensions.git
synced 2024-10-22 17:05:39 +02:00
FIX Remove excessive width on add new multi class dropdown
This removes a width definition added in da2e75f
This commit is contained in:
parent
af0f342c3b
commit
cd1fdada5d
@ -97,7 +97,6 @@
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
min-width: 150px;
|
min-width: 150px;
|
||||||
width: calc(100% - 20px);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ss-gridfield-add-new-multi-class .form-group:after {
|
.ss-gridfield-add-new-multi-class .form-group:after {
|
||||||
|
Loading…
Reference in New Issue
Block a user