aboutsummaryrefslogtreecommitdiff
path: root/less/buttons.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-12-09 21:46:14 -0800
committerMark Otto <[email protected]>2012-12-09 21:46:14 -0800
commit4c82dd3645ec60277b07a161c779f57dda10037c (patch)
tree21fc55d88654449955452fe4e9a193eecd3c6bea /less/buttons.less
parent6649918c7f4df9ad8288728c6cef1ee48dc63b9a (diff)
downloadbootstrap-4c82dd3645ec60277b07a161c779f57dda10037c.tar.xz
bootstrap-4c82dd3645ec60277b07a161c779f57dda10037c.zip
Refactor input groups
* Deprecate .input-append and .input-prepend * Use new, single base class for component, .input-group * Deprecate .addon for .input-group-addon * For compatibility with all buttons, require .input-group-btn to wrap buttons and button dropdowns * Still need to reimplement with segmented button dropdowns, but that's dependent on a refactor of those first
Diffstat (limited to 'less/buttons.less')
-rw-r--r--less/buttons.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/buttons.less b/less/buttons.less
index 92c9477aa..113319292 100644
--- a/less/buttons.less
+++ b/less/buttons.less
@@ -16,6 +16,7 @@
text-align: center;
vertical-align: middle;
cursor: pointer;
+ white-space: nowrap;
.buttonBackground(@btn-background, @btn-background-highlight, @grayDark, 0 1px 1px rgba(255,255,255,.75));
border: 1px solid @btn-border;
border-bottom-color: darken(@btn-border, 10%);