Skip to content

Commit e786c79

Browse files
author
Jesse Haigh
committed
change deprecated value
break-word is deprecated according to mdn and has the same effect as overflow-wrap: anywhere combined with word-break: normal.
1 parent a74d9a1 commit e786c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ContentNode/CodeListing.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ code {
287287
.is-wrapped code {
288288
white-space: pre-wrap;
289289
overflow-wrap: anywhere;
290-
word-break: break-word;
290+
word-break: normal;
291291
}
292292
293293
.is-wrapped pre {

0 commit comments

Comments
 (0)