white-space: nowrap; for .label
Add white-space: nowrap; for .label elements.
This commit is contained in:
parent
fda10a609c
commit
a61a624e1d
3 changed files with 3 additions and 1 deletions
1
bootstrap.css
vendored
1
bootstrap.css
vendored
|
|
@ -2309,6 +2309,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
|
|||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.label.important {
|
||||
background-color: #c43c35;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue