Merge pull request #346 from alepee/master
Add a white-space: nowrap; for .label elements.
This commit is contained in:
commit
2edf16c034
3 changed files with 3 additions and 1 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue