N°3868 - "Error: Invalid filter parameter" on mass update

This commit is contained in:
acognet
2021-03-31 01:20:03 +02:00
parent 5be3496c8f
commit efeedcad30
5 changed files with 41 additions and 18 deletions

View File

@@ -59,11 +59,17 @@ $ibo-input-select--action-button--padding-right: 2px !default;
}
.ibo-input-selectize {
min-width: $ibo-input-select-selectize--value--min-midth !important;
>div{
> div {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
> input {
background-color: unset;
border: unset;
}
}
.ibo-input-select-wrapper{
position:relative;