JSDoc complete type check

This commit is contained in:
barsdeveloper
2022-10-09 11:43:28 +02:00
parent 91e1e0885e
commit cdc5e5b91b
68 changed files with 1603 additions and 648 deletions

View File

@@ -330,4 +330,10 @@ ueb-blueprint[data-selecting="true"] ueb-selector {
ueb-selector>* {
visibility: visible;
}
.ueb-ellipsis-nowrap-text {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}