From: Mark Otto Date: Thu, 22 Dec 2016 07:29:16 +0000 (-0800) Subject: revamp button group with flexbox X-Git-Tag: v4.0.0-alpha.6~140 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fd75c4127988a9d61c3fec208b398763b68ae338;p=thirdparty%2Fbootstrap.git revamp button group with flexbox --- diff --git a/docs/components/button-group.md b/docs/components/button-group.md index cff38e1b13..f4c164749c 100644 --- a/docs/components/button-group.md +++ b/docs/components/button-group.md @@ -26,17 +26,17 @@ Wrap a series of buttons with `.btn` in `.btn-group`. ## Button toolbar -Combine sets of button groups into button toolbars for more complex components. +Combine sets of button groups into button toolbars for more complex components. Use utility classes as needed to space out groups, buttons, and more. {% example html %}