Prevent overflow for long usernames/domains

This commit is contained in:
Alex 2020-03-14 19:41:38 +00:00
parent ed0b240e29
commit b9820b84a1
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@
.follow-text, .move-text {
padding: 0.5em 0;
overflow-wrap: break-word;
}
.status-el {