2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Merge pull request #346 from alepee/master

Add a white-space: nowrap; for .label elements.
This commit is contained in:
Mark Otto
2011-10-03 21:32:26 -07:00
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -969,6 +969,7 @@ input[type=submit].btn {
font-weight: bold;
color: @white;
text-transform: uppercase;
white-space: nowrap;
.border-radius(3px);
&.important { background-color: #c43c35; }
&.warning { background-color: @orange; }