From 2059c29fffd13fb1e9090402658cec4ebd69d11d Mon Sep 17 00:00:00 2001 From: Khaled Ahmed Date: Sat, 20 May 2017 17:59:53 +0100 Subject: [PATCH] Document `is-grouped` alignment (#685) `is-grouped` can be aligned like `has-addons` using modifiers, but it's not documented. --- docs/documentation/elements/form.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/documentation/elements/form.html b/docs/documentation/elements/form.html index de0422af..e7610e2c 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.