diff options
| author | Mark Otto <[email protected]> | 2014-03-06 20:39:19 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-06 20:39:19 -0800 |
| commit | 17e41098c89a6c74273dee81dbf6c260d19ff412 (patch) | |
| tree | b929f47ae024e2051f6ab7f66c5423a39541188c /dist/css/bootstrap.css | |
| parent | 8526adf69c303e67d9bf8a63622b4144fc9b5cd1 (diff) | |
| download | bootstrap-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.css | 1 |
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; } |
