Skip to content

Commit 84cba5a

Browse files
committed
Use white-space: pre instead of nowrap for code.
1 parent 7017df8 commit 84cba5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/jquery/css/base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1884,7 +1884,7 @@ code {
18841884
padding: 0 3px;
18851885
background-color: #eee;
18861886
border-radius: 3px;
1887-
white-space: nowrap;
1887+
white-space: pre;
18881888
}
18891889

18901890
pre code {

0 commit comments

Comments
 (0)