fix link overflow

This commit is contained in:
Alejandro Gomez 2023-01-19 16:27:49 +01:00
parent b1f62ea6bc
commit cf8f28271c
No known key found for this signature in database
GPG Key ID: 4DF39E566658C817

View File

@ -66,6 +66,7 @@
margin: 0;
max-width: 260px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: var(--highlight);
height: var(--font-size);