fixes visual bug of multiselect in property control
This commit is contained in:
parent
861a453913
commit
cee076eaf5
|
@ -123,7 +123,7 @@
|
||||||
|
|
||||||
.control {
|
.control {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
display: flex;
|
display: inline-block;
|
||||||
padding-left: 2px;
|
padding-left: 2px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue