From 4c82dd3645ec60277b07a161c779f57dda10037c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 9 Dec 2012 21:46:14 -0800 Subject: 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 --- less/buttons.less | 1 + 1 file changed, 1 insertion(+) (limited to 'less/buttons.less') 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%); -- cgit v1.2.3