1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00

set text-overflow on binding panel items

This commit is contained in:
Maurits Lourens 2022-03-16 21:01:47 +01:00
parent 7aedb76571
commit f0bb7070ab

View file

@ -238,6 +238,9 @@
border: var(--border-light);
transition: background-color 130ms ease-in-out, color 130ms ease-in-out,
border-color 130ms ease-in-out;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
li:not(:last-of-type) {
margin-bottom: var(--spacing-s);