Document is-grouped alignment (#685)

`is-grouped` can be aligned like `has-addons` using modifiers, but it's not documented.
This commit is contained in:
Khaled Ahmed 2017-05-20 17:59:53 +01:00 committed by Jeremy Thomas
parent 34d0a2c843
commit 2059c29fff

View File

@ -837,6 +837,9 @@ doc-subtab: form
<p>
If you want to <strong>group</strong> controls together, use the <code>is-grouped</code> modifier on the <code>control</code> container.
<br>
Use the <code>is-grouped-centered</code> or the <code>is-grouped-right</code> modifers to alter the <strong>alignment</strong>.
</p>
<p>
Add the <code>is-expanded</code> modifier on the control element you want to <strong>fill up the remaining space</strong>.
</p>
</div>