Skip to content

Commit cbb8988

Browse files
committed
css: fix line wraps for code spans
Signed-off-by: David Karlsson <[email protected]>
1 parent cf427b8 commit cbb8988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/code.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
overflow-wrap: anywhere;
2121
padding: 0 4px;
2222
table & {
23-
overflow-wrap: nowrap;
23+
overflow-wrap: unset;
2424
}
2525
}
2626

0 commit comments

Comments
 (0)