]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #5662: white-space: nowrap; on code element
authorMark Otto <otto@github.com>
Sun, 4 Nov 2012 21:30:36 +0000 (13:30 -0800)
committerMark Otto <otto@github.com>
Sun, 4 Nov 2012 21:30:36 +0000 (13:30 -0800)
docs/assets/css/bootstrap.css
less/code.less

index 6c099c87099c27c30e0ece151b2c63575af7212a..0a825f5acbc6338ce2f85e21a8fb92772d0d589c 100644 (file)
@@ -963,6 +963,7 @@ pre {
 code {
   padding: 2px 4px;
   color: #d14;
+  white-space: nowrap;
   background-color: #f7f7f9;
   border: 1px solid #e1e1e8;
 }
index 5495b15ec956eb7ab3571737602e341523e9546a..ea1e749ae219d85e9bd5593d776d2025f0e0ebfe 100644 (file)
@@ -19,6 +19,7 @@ code {
   color: #d14;
   background-color: #f7f7f9;
   border: 1px solid #e1e1e8;
+  white-space: nowrap;
 }
 
 // Blocks of code