Fix project selector label overflow

- needs nowrap to show ellipsis when name is long
This commit is contained in:
Mattias Granlund 2024-07-03 10:46:30 +01:00
parent 9ff735fd4e
commit 6618c5630c

View File

@ -64,6 +64,7 @@
height: 16px;
text-overflow: ellipsis;
overflow-x: hidden;
white-space: nowrap;
}
}