]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Allow button toolbars to wrap (#21826)
authorMark Otto <markd.otto@gmail.com>
Wed, 25 Jan 2017 04:43:33 +0000 (20:43 -0800)
committerGitHub <noreply@github.com>
Wed, 25 Jan 2017 04:43:33 +0000 (20:43 -0800)
Fixes #21699

scss/_button-group.scss

index 26e041ab32c8202d201e741421391bf72e08e5c1..facecd37ae0a709146ec3ea4b057ad049e63b93b 100644 (file)
@@ -36,6 +36,7 @@
 // Optional: Group multiple button groups together for a toolbar
 .btn-toolbar {
   display: flex;
+  flex-wrap: wrap;
   justify-content: flex-start;
 
   .input-group {