diff --git a/components.html b/components.html index e4c128ae3..457398078 100644 --- a/components.html +++ b/components.html @@ -1153,11 +1153,11 @@ base_url: "../" {% endhighlight %}
Make a group of buttons stretch at the same size to span the entire width of its parent.
+Make a group of buttons stretch at the same size to span the entire width of its parent. Also works with button dropdowns within the button group.
This only works with <a> elements as the <button> doesn't pick up these styles.
This only works with <a> elements as the <button> doesn't pick up the styles we use to justify content (some display: table-cell;-fu).