Skip to content

Prevent overflow for long usernames/domains

Alex requested to merge caskd/pleroma-fe:caskd-develop-patch-76396 into develop

Long usernames end up overflowing the notification region and are cut off at the end, this should break the text so that it fits in the list.

Before the change: ple1

After the change: ple2

Merge request reports