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 %}

Justified link variation

-

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.

Element-specific usage

-

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).

@@ -1166,6 +1166,23 @@ base_url: "../" Middle Right
+
+
+ Left + Middle +
+ + Right dropdown + + +
+
{% highlight html %}