Skip to content

Commit 7a61d90

Browse files
committed
adjust word break on space for code block
1 parent db4c26d commit 7a61d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

media/css/confluence.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pre > code {
5353
background:rgba(0, 0, 0, 0.15);
5454
word-wrap: break-word;
5555
overflow-wrap: break-word;
56-
word-break: break-all;
56+
word-break: break-space;
5757
white-space: normal;
5858
margin: 0px 5px;
5959
padding: 5px 1em;

0 commit comments

Comments
 (0)