13473-Fix multi select2 in widget config
This commit is contained in:
parent
596a50d155
commit
28b0e4f64f
|
@ -994,3 +994,7 @@ input.resize_button {
|
|||
width: 100%;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
ul.select2-selection__rendered > li.select2-selection__choice {
|
||||
box-sizing: border-box !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue