Skip to content

Commit

Permalink
fix(quick): break word (#3719)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwoodland committed Jun 17, 2022
1 parent d2642cc commit 0e4e5b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/views/friends/quick/Quick.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
font-size: @text-size;
}

.error {
word-wrap: break-word;
}

button {
align-self: flex-end;
}
Expand Down

0 comments on commit 0e4e5b8

Please sign in to comment.