0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-15 15:29:22 +01:00

Merge pull request #8298 from cvrebert/patch-2

rm fallback white-space for <code>
This commit is contained in:
Mark Otto 2013-06-25 14:57:17 -07:00
commit 73ec8e031b

View File

@ -47,7 +47,6 @@ pre {
code { code {
padding: 0; padding: 0;
color: inherit; color: inherit;
white-space: pre;
white-space: pre-wrap; white-space: pre-wrap;
background-color: transparent; background-color: transparent;
border: 0; border: 0;