Skip to content

Commit d53d8b8

Browse files
committed
1 parent c4a537f commit d53d8b8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/content-script/styles.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@
478478
margin-bottom: 0;
479479
font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
480480
font-size: 12px;
481-
word-wrap: normal;
481+
word-wrap: break-word;
482482
background-color: var(--code-background-color);
483483
}
484484

@@ -874,8 +874,8 @@
874874
.markdown-body pre > code {
875875
padding: 0;
876876
margin: 0;
877-
word-break: normal;
878-
white-space: pre;
877+
word-break: break-word;
878+
white-space: pre-wrap;
879879
background: transparent;
880880
border: 0;
881881
}
@@ -886,7 +886,7 @@
886886

887887
.markdown-body .highlight pre {
888888
margin-bottom: 0;
889-
word-break: normal;
889+
word-break: break-word;
890890
}
891891

892892
.markdown-body .highlight pre,
@@ -906,7 +906,7 @@
906906
margin: 0;
907907
overflow: visible;
908908
line-height: inherit;
909-
word-wrap: normal;
909+
word-wrap: break-word;
910910
background-color: transparent;
911911
border: 0;
912912
}

0 commit comments

Comments
 (0)