Fix empty username when declining a friend request

This commit is contained in:
yflory
2019-05-23 16:02:21 +02:00
parent 70e65721cd
commit 4240d1c0d5
2 changed files with 4 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
flex: 1;
min-width: 0;
p {
word-break: break-all;
word-break: break-word;
}
&.cp-clickable {
cursor: pointer;