Skip to content

Commit f4158ec

Browse files
authored
Merge pull request #637 from shuzijun/gradle
fix #636
2 parents 12ef19e + 3dfa96c commit f4158ec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/resources/vditor/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,9 @@
121121
font-style: italic;
122122
font-weight: 800;
123123
src: url("./fonts/JetBrainsMono-ExtraBoldItalic.woff2") format("woff2");
124+
}
125+
126+
pre {
127+
white-space: pre-wrap;
128+
word-wrap: break-word;
124129
}

0 commit comments

Comments
 (0)