1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-26 13:29:06 +02:00

white-space: nowrap; for .label

Add white-space: nowrap; for .label elements.
This commit is contained in:
Antoine Lépée
2011-09-30 14:19:56 +02:00
parent fda10a609c
commit a61a624e1d
3 changed files with 3 additions and 1 deletions

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; }