Skip to content

Commit 6ac17f1

Browse files
committed
Use white-space: nowrap for <code>. Fixes jquery/learn.jquery.com#288.
1 parent 2ab68ca commit 6ac17f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

themes/jquery/css/base.css

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

18891890
pre code {

0 commit comments

Comments
 (0)