Skip to content

Commit 5cae222

Browse files
committed
Merge branch 'master' into dev
2 parents 3c31d8a + 2edf16c commit 5cae222

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
@@ -2344,6 +2344,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
23442344
-webkit-border-radius: 3px;
23452345
-moz-border-radius: 3px;
23462346
border-radius: 3px;
2347+
white-space: nowrap;
23472348
}
23482349
.label.important {
23492350
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
@@ -989,6 +989,7 @@ input[type=submit].btn {
989989
font-weight: bold;
990990
color: @white;
991991
text-transform: uppercase;
992+
white-space: nowrap;
992993
.border-radius(3px);
993994
&.important { background-color: #c43c35; }
994995
&.warning { background-color: @orange; }

0 commit comments

Comments
 (0)