Skip to content

Commit b668081

Browse files
authored
Add word-wrap to inline code for better readability (#2029)
1 parent d387c94 commit b668081

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/css/content/code.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
.content-inner code.inline {
2222
border-radius: 4px;
23+
word-wrap: break-word;
2324
}
2425

2526
.content-inner pre {

0 commit comments

Comments
 (0)