mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°3868 - "Error: Invalid filter parameter" on mass update
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user