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 /lib | |
| 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 'lib')
| -rw-r--r-- | lib/patterns.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index ce387614e..0d26d3a07 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -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; } |
