forked from AkkomaGang/akkoma-fe
Merge branch 'caskd-develop-patch-76396' into 'develop'
Prevent overflow for long usernames/domains See merge request pleroma/pleroma-fe!1083
This commit is contained in:
commit
6e14fb292c
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@
|
|||
|
||||
.follow-text, .move-text {
|
||||
padding: 0.5em 0;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.status-el {
|
||||
|
|
Loading…
Reference in a new issue