Skip to content

Commit a61a624

Browse files
committed
white-space: nowrap; for .label
Add white-space: nowrap; for .label elements.
1 parent fda10a6 commit a61a624

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

bootstrap.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2309,6 +2309,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
23092309
-webkit-border-radius: 3px;
23102310
-moz-border-radius: 3px;
23112311
border-radius: 3px;
2312+
white-space: nowrap;
23122313
}
23132314
.label.important {
23142315
background-color: #c43c35;

bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/patterns.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -969,6 +969,7 @@ input[type=submit].btn {
969969
font-weight: bold;
970970
color: @white;
971971
text-transform: uppercase;
972+
white-space: nowrap;
972973
.border-radius(3px);
973974
&.important { background-color: #c43c35; }
974975
&.warning { background-color: @orange; }

0 commit comments

Comments
 (0)