Skip to content

Commit 90b591c

Browse files
style(lint): replace legacy keyword with overflow-wrap: break-word
Signed-off-by: Andy Scherzinger <[email protected]>
1 parent 6cc2fc9 commit 90b591c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/comments/src/components/Comment.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ $comment-padding: 10px;
364364
365365
&__message {
366366
white-space: pre-wrap;
367-
word-break: break-word;
367+
overflow-wrap: break-word;
368368
max-height: 70px;
369369
overflow: hidden;
370370
margin-top: -6px;

0 commit comments

Comments
 (0)