13473-Fix multi select2 in widget config

This commit is contained in:
Pablo Aragon 2024-04-11 08:18:42 +02:00
parent 596a50d155
commit 28b0e4f64f
1 changed files with 4 additions and 0 deletions

View File

@ -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;
}