13403-Fix select2 styles in widget Block histogram
This commit is contained in:
parent
95db6bc705
commit
9814d6abe1
|
@ -1001,3 +1001,15 @@ input.resize_button {
|
|||
.grid-stack-item-content .visual-console-container-dashboard {
|
||||
text-align: initial;
|
||||
}
|
||||
|
||||
.select2-container.select2-container--default.select2-container--open,
|
||||
.select2-container.select2-container--default.select2-container--open
|
||||
.select2-dropdown {
|
||||
box-sizing: border-box !important;
|
||||
}
|
||||
|
||||
.select2-container.select2-container--default.select2-container--open
|
||||
.select2-dropdown
|
||||
.select2-results__option {
|
||||
line-break: anywhere;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue