diff options
| author | Mark Otto <[email protected]> | 2011-10-03 21:32:26 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-03 21:32:26 -0700 |
| commit | 2edf16c034f6e145fe2da5e446f705cf112eae54 (patch) | |
| tree | c5f866dde97c570e0511c506833fdfc902b416db /bootstrap.css | |
| parent | b41175f030505a3b649b2dd26970c18fa1c05832 (diff) | |
| parent | a61a624e1d3d708128fc3ef184431d65c700e4e5 (diff) | |
| download | bootstrap-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.css | 1 |
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; |
