From 5d0ec572d4d6ea15e9be4767f452e6a471ecd1fc Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 27 Dec 2016 14:36:30 -0800 Subject: [PATCH] auto size input groups, fixes #20506 --- scss/_button-group.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scss/_button-group.scss b/scss/_button-group.scss index e3690ee2e7..c2e5a6b002 100644 --- a/scss/_button-group.scss +++ b/scss/_button-group.scss @@ -36,6 +36,10 @@ .btn-toolbar { display: flex; justify-content: flex-start; + + .input-group { + width: auto; + } } .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {