]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Document `is-grouped` alignment (#685)
authorKhaled Ahmed <me.khaled@gmail.com>
Sat, 20 May 2017 16:59:53 +0000 (17:59 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Sat, 20 May 2017 16:59:53 +0000 (17:59 +0100)
`is-grouped` can be aligned like `has-addons` using modifiers, but it's not documented.

docs/documentation/elements/form.html

index de0422af3fc08ff37c6da9ed74c43ad6611dc559..e7610e2c17768350808715a199e56babef735ac0 100644 (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>