From e11c634be998ccefef9587a059af680b17f9d9e2 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 7 Dec 2014 22:26:19 -0800 Subject: [PATCH] fixes #15311: mention in docs requirement for .btn-group-* sizing on immediate .btn-group --- docs/_includes/components/button-groups.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_includes/components/button-groups.html b/docs/_includes/components/button-groups.html index 28e009cbbe..d0f958da8e 100644 --- a/docs/_includes/components/button-groups.html +++ b/docs/_includes/components/button-groups.html @@ -61,7 +61,7 @@ {% endhighlight %}

Sizing

-

Instead of applying button sizing classes to every button in a group, just add .btn-group-* to the .btn-group.

+

Instead of applying button sizing classes to every button in a group, just add .btn-group-* each .btn-group, including when nesting multiple groups.