aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-03 21:32:26 -0700
committerMark Otto <[email protected]>2011-10-03 21:32:26 -0700
commit2edf16c034f6e145fe2da5e446f705cf112eae54 (patch)
treec5f866dde97c570e0511c506833fdfc902b416db /bootstrap.css
parentb41175f030505a3b649b2dd26970c18fa1c05832 (diff)
parenta61a624e1d3d708128fc3ef184431d65c700e4e5 (diff)
downloadbootstrap-2edf16c034f6e145fe2da5e446f705cf112eae54.tar.xz
bootstrap-2edf16c034f6e145fe2da5e446f705cf112eae54.zip
Merge pull request #346 from alepee/master
Add a white-space: nowrap; for .label elements.
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.css b/bootstrap.css
index f1a5cc7d3..e4a75e158 100644
--- a/bootstrap.css
+++ b/bootstrap.css
@@ -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;