1
0
Fork 0
mirror of synced 2024-09-03 11:11:49 +12:00

set word-wrap to break word, so the text spreads on multiple lines

This commit is contained in:
Maurits Lourens 2022-03-16 21:05:45 +01:00
parent ab0de4b233
commit a4405891d4

View file

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