forked from AkkomaGang/akkoma-fe
Prevent overflow for long usernames/domains
This commit is contained in:
parent
ed0b240e29
commit
b9820b84a1
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@
|
||||||
|
|
||||||
.follow-text, .move-text {
|
.follow-text, .move-text {
|
||||||
padding: 0.5em 0;
|
padding: 0.5em 0;
|
||||||
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-el {
|
.status-el {
|
||||||
|
|
Loading…
Reference in a new issue