1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05: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

View file

@ -963,6 +963,7 @@ pre {
code {
padding: 2px 4px;
color: #d14;
white-space: nowrap;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
}

View file

@ -19,6 +19,7 @@ code {
color: #d14;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
white-space: nowrap;
}
// Blocks of code