From: Khaled Ahmed Date: Sat, 20 May 2017 16:59:53 +0000 (+0100) Subject: Document `is-grouped` alignment (#685) X-Git-Tag: 0.4.2~1^2^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2059c29fffd13fb1e9090402658cec4ebd69d11d;p=thirdparty%2Fbulma.git Document `is-grouped` alignment (#685) `is-grouped` can be aligned like `has-addons` using modifiers, but it's not documented. --- diff --git a/docs/documentation/elements/form.html b/docs/documentation/elements/form.html index de0422af3..e7610e2c1 100644 --- a/docs/documentation/elements/form.html +++ b/docs/documentation/elements/form.html @@ -837,6 +837,9 @@ doc-subtab: form

If you want to group controls together, use the is-grouped modifier on the control container.
+ Use the is-grouped-centered or the is-grouped-right modifers to alter the alignment. +

+

Add the is-expanded modifier on the control element you want to fill up the remaining space.