2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

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

This commit is contained in:
Mark Otto
2012-11-04 13:30:36 -08:00
parent 075e320a83
commit 51f293ba4c
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -963,6 +963,7 @@ pre {
code {
padding: 2px 4px;
color: #d14;
white-space: nowrap;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
}