Skip to content

Commit a0113ab

Browse files
committed
fix: apply line-break
1 parent eb7cd5c commit a0113ab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

assets/css/main.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ a {
120120
margin-left: -0.16666em;
121121
text-decoration: none;
122122
border-bottom: 1px dotted;
123+
white-space: pre-wrap;
124+
word-wrap: break-word;
123125
}
124126

125127
a:hover {
@@ -225,7 +227,8 @@ h5 > code {
225227
font-family: var(--font-family-mono);
226228
font-size: var(--font-size-code);
227229
color: var(--color-text-code);
228-
white-space: nowrap;
230+
white-space: pre-wrap;
231+
word-wrap: break-word;
229232
}
230233

231234
.terms-list {

0 commit comments

Comments
 (0)