mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 18:06:22 +00:00
fix(memberListActivities): add word-break to fix cut off text
This commit is contained in:
parent
14f1569bc2
commit
17b9e78272
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
color: var(--text-muted);
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.vc-mla-activity-time-bar {
|
||||
|
|
Loading…
Reference in a new issue