diff options
| author | Antoine Lépée <[email protected]> | 2011-09-30 14:19:56 +0200 |
|---|---|---|
| committer | Antoine Lépée <[email protected]> | 2011-09-30 14:19:56 +0200 |
| commit | a61a624e1d3d708128fc3ef184431d65c700e4e5 (patch) | |
| tree | 21ae6a4dab8c6efac7d77c9fb36020729ccfd60f /lib/patterns.less | |
| parent | fda10a609ce02920141e2b35504750ed9fa31a20 (diff) | |
| download | bootstrap-a61a624e1d3d708128fc3ef184431d65c700e4e5.tar.xz bootstrap-a61a624e1d3d708128fc3ef184431d65c700e4e5.zip | |
white-space: nowrap; for .label
Add white-space: nowrap; for .label elements.
Diffstat (limited to 'lib/patterns.less')
| -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; } |
