From: Mark Otto Date: Tue, 27 Dec 2016 22:37:17 +0000 (-0800) Subject: follow up to the fix for #20506 with some docs examples of input groups in button... X-Git-Tag: v4.0.0-alpha.6~135 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a28f1199439b2ef33db3d387ab57df99b347b7c6;p=thirdparty%2Fbootstrap.git follow up to the fix for #20506 with some docs examples of input groups in button toolbars --- diff --git a/docs/components/button-group.md b/docs/components/button-group.md index f4c164749c..59a18e2627 100644 --- a/docs/components/button-group.md +++ b/docs/components/button-group.md @@ -47,6 +47,36 @@ Combine sets of button groups into button toolbars for more complex components. {% endexample %} +Feel free to mix input groups with button groups in your toolbars. Similar to the example above, you'll likely need some utilities though to space things properly. + +{% example html %} + + + +{% endexample %} + ## Sizing Instead of applying button sizing classes to every button in a group, just add `.btn-group-*` to each `.btn-group`, including each one when nesting multiple groups.