Skip to content

Commit

Permalink
Merge pull request twbs#346 from alepee/master
Browse files Browse the repository at this point in the history
Add a white-space: nowrap; for .label elements.
  • Loading branch information
mdo committed Oct 4, 2011
2 parents b41175f + a61a624 commit 2edf16c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion bootstrap.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/patterns.less
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down

0 comments on commit 2edf16c

Please sign in to comment.