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~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ca98ff021ca915bd5e60c1a92e9d27204b91340;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.