Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
docs(docs.css): prevent <code> elements from wrapping
Browse files Browse the repository at this point in the history
Closes #4114
  • Loading branch information
Misha Moroshko authored and petebacondarwin committed Sep 25, 2013
1 parent 4beb981 commit 418d7a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/templates/css/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
padding: 0;
font-size: inherit;
font-family: monospace;
white-space: nowrap;
}

.content h2,
Expand Down

0 comments on commit 418d7a3

Please sign in to comment.