mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2025-01-18 18:36:02 +01:00
stopped user handle from overflowing from its boundaries in user card
This commit is contained in:
parent
2e83ccefdc
commit
a74a631793
1 changed files with 1 additions and 0 deletions
|
@ -194,6 +194,7 @@
|
||||||
|
|
||||||
.user-screen-name {
|
.user-screen-name {
|
||||||
min-width: 1px;
|
min-width: 1px;
|
||||||
|
max-width: 100%;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
color: $fallback--lightText;
|
color: $fallback--lightText;
|
||||||
|
|
Loading…
Reference in a new issue