N°3925 - Improve display of long external keys in autocomplete / dropdowns

- Show ellipsis if label is overflowing
- Show tooltip on hover (useful for overflowing labels)
This commit is contained in:
Molkobain
2021-09-30 17:48:16 +02:00
parent 2ae01c19e1
commit e0d6bc18be
4 changed files with 7 additions and 7 deletions

View File

@@ -213,5 +213,5 @@ $ibo-input-select--autocomplete-item-image--border: 1px solid $ibo-color-grey-60
}
.ibo-input-select--autocomplete-item-txt {
white-space: nowrap;
@extend %ibo-text-truncated-with-ellipsis;
}