mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-02-09 06:42:39 +01:00
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…
Add table
Reference in a new issue