mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
N°4370 - Field content overlapping on rest of the UI (Backoffice) - 2
This commit is contained in:
@@ -104,7 +104,7 @@ $ibo-input-select--autocomplete-item-image--border: 1px solid $ibo-color-grey-60
|
||||
}
|
||||
.ibo-input-select-wrapper--with-buttons .selectize-control
|
||||
{
|
||||
display: inline-block;
|
||||
display: grid;
|
||||
width: $ibo-input-select-wrapper--width;
|
||||
}
|
||||
.ibo-input-select-wrapper::after{
|
||||
|
||||
@@ -134,7 +134,7 @@ function ExtKeyWidget(id, sTargetClass, sFilter, sTitle, bSelectMode, oWizHelper
|
||||
} else {
|
||||
val = item.label;
|
||||
}
|
||||
return $("<div>").append(val);
|
||||
return $("<div title ='"+item.label+"'>").append(val);
|
||||
},
|
||||
option: function(item) {
|
||||
val = '';
|
||||
|
||||
Reference in New Issue
Block a user