diff --git a/CHANGELOG.md b/CHANGELOG.md index b58e834b..61726547 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ * Fix #581 nav container * Fix #512 nav grouped buttons * Fix #605 container example +* Fix #458 select expanded ## 0.4.0 diff --git a/docs/documentation/elements/form.html b/docs/documentation/elements/form.html index b22d3def..6597e561 100644 --- a/docs/documentation/elements/form.html +++ b/docs/documentation/elements/form.html @@ -646,6 +646,42 @@ doc-subtab: form {% highlight html %} {{addons_expanded_example}} {% endhighlight %} + +
+

If you want a full width select dropdown, pair control is-expanded with select is-fullwidth.

+
+{% capture addons_expanded_fullwidth_example %} +
+

+ + + +

+

+ +

+
+{% endcapture %} +
+{{addons_expanded_fullwidth_example}} +
+{% highlight html %} +{{addons_expanded_fullwidth_example}} +{% endhighlight %} +

Use the has-addons-centered or the has-addons-right modifers to alter the alignment.