fix user handle wrap

This commit is contained in:
Henry Jameson 2025-04-03 12:35:07 +03:00
commit 7afdf3e70c

View file

@ -92,8 +92,10 @@
a { a {
display: inline-block; display: inline-block;
overflow-wrap: break-word; white-space: nowrap;
text-wrap: pretty; text-overflow: ellipsis;
overflow-x: hidden;
width: 100%
} }
} }
@ -101,6 +103,7 @@
min-width: 1.6em; min-width: 1.6em;
margin-right: 0.4em; margin-right: 0.4em;
white-space: nowrap; white-space: nowrap;
overflow-wrap: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
flex: 1 1 0; flex: 1 1 0;