Commit 51f293ba authored by Mark Otto's avatar Mark Otto
Browse files

Fixes #5662: white-space: nowrap; on code element

parent 075e320a
5 merge requests!6060Waits to tigger the hidden event,!6055Typeahead complex source,!6061Sorry, close this. I pulled to the wrong branch!,!5972Dropdowfocus,!5974Dropdownchanges
Showing with 2 additions and 0 deletions
+2 -0
......@@ -963,6 +963,7 @@ pre {
code {
padding: 2px 4px;
color: #d14;
white-space: nowrap;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
}
......
......@@ -19,6 +19,7 @@ code {
color: #d14;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
white-space: nowrap;
}
// Blocks of code
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment