1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 14:54:27 +02: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 { code {
padding: 2px 4px; padding: 2px 4px;
color: #d14; color: #d14;
white-space: nowrap;
background-color: #f7f7f9; background-color: #f7f7f9;
border: 1px solid #e1e1e8; border: 1px solid #e1e1e8;
} }

View File

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