diff options
| author | Mark Otto <[email protected]> | 2016-12-27 14:36:30 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-27 22:37:50 -0800 |
| commit | 5d0ec572d4d6ea15e9be4767f452e6a471ecd1fc (patch) | |
| tree | 3ecea47ac5c2ad945ba7696e473ed749d1b617f1 | |
| parent | 4d141cb3d16aae2acd58e574148c6416dcf1628b (diff) | |
| download | bootstrap-5d0ec572d4d6ea15e9be4767f452e6a471ecd1fc.tar.xz bootstrap-5d0ec572d4d6ea15e9be4767f452e6a471ecd1fc.zip | |
auto size input groups, fixes #20506
| -rw-r--r-- | scss/_button-group.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/_button-group.scss b/scss/_button-group.scss index e3690ee2e..c2e5a6b00 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) { |
