mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix #767
This commit is contained in:
@@ -41,7 +41,6 @@ But it allows more elaborate designs.
|
|||||||
.is-grouped
|
.is-grouped
|
||||||
.is-horizontal
|
.is-horizontal
|
||||||
.is-loading
|
.is-loading
|
||||||
.control-label
|
|
||||||
|
|
||||||
// After
|
// After
|
||||||
.control
|
.control
|
||||||
|
|||||||
@@ -869,10 +869,10 @@ doc-subtab: form
|
|||||||
<p>If you want a <strong>horizontal</strong> form control, use the <code>is-horizontal</code> modifier on the <code>control</code> container, in which you include:</p>
|
<p>If you want a <strong>horizontal</strong> form control, use the <code>is-horizontal</code> modifier on the <code>control</code> container, in which you include:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<code>control-label</code> for the side label
|
<code>field-label</code> for the side label
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<code>control</code> for the input/select/textarea container
|
<code>field-body</code> for the input/select/textarea container
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>You can of course use <code>is-grouped</code> or <code>has-addons</code> for the child elements.</p>
|
<p>You can of course use <code>is-grouped</code> or <code>has-addons</code> for the child elements.</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user