aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-03-06 20:39:19 -0800
committerMark Otto <[email protected]>2014-03-06 20:39:19 -0800
commit17e41098c89a6c74273dee81dbf6c260d19ff412 (patch)
treeb929f47ae024e2051f6ab7f66c5423a39541188c /dist/css/bootstrap.css
parent8526adf69c303e67d9bf8a63622b4144fc9b5cd1 (diff)
downloadbootstrap-17e41098c89a6c74273dee81dbf6c260d19ff412.tar.xz
bootstrap-17e41098c89a6c74273dee81dbf6c260d19ff412.zip
Fixes #12824: Remove white-space: nowrap from code elements
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 828200c6c..d70cf4ede 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -1314,7 +1314,6 @@ code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
- white-space: nowrap;
background-color: #f9f2f4;
border-radius: 4px;
}