From: Jeremy Thomas Date: Sun, 2 Apr 2017 16:37:22 +0000 (+0100) Subject: Fix #458 X-Git-Tag: 0.4.1~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=391d373d309722227243394f6729861326225406;p=thirdparty%2Fbulma.git Fix #458 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index b58e834b4..617265473 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 b22d3def9..6597e5616 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.