Add nowrap to prevent wrapping

This commit is contained in:
Hinton 2021-09-22 16:14:40 +02:00
parent f751230248
commit 28def167bd
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
&:hover {