Skip to content

Commit

Permalink
Switch to overflow-wrap
Browse files Browse the repository at this point in the history
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
  • Loading branch information
solracsf and Pytal authored Sep 20, 2022
1 parent d09a67e commit 3e73c93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export default {
left: 78px;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-word;
overflow-wrap: anywhere;
@supports (-webkit-line-clamp: 2) {
display: -webkit-box;
Expand Down

0 comments on commit 3e73c93

Please sign in to comment.