2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Fixes #12824: Remove white-space: nowrap from code elements

This commit is contained in:
Mark Otto
2014-03-06 20:39:19 -08:00
parent 8526adf69c
commit 17e41098c8
10 changed files with 7 additions and 10 deletions
-1
View File
@@ -17,7 +17,6 @@ code {
font-size: 90%;
color: @code-color;
background-color: @code-bg;
white-space: nowrap;
border-radius: @border-radius-base;
}