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 /bootstrap.css | |
| 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 '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; |
