diff --git a/docs/_posts/2017-03-10-new-field-element.md b/docs/_posts/2017-03-10-new-field-element.md index 6899adf8..62e5a32c 100644 --- a/docs/_posts/2017-03-10-new-field-element.md +++ b/docs/_posts/2017-03-10-new-field-element.md @@ -41,7 +41,6 @@ But it allows more elaborate designs. .is-grouped .is-horizontal .is-loading -.control-label // After .control diff --git a/docs/documentation/elements/form.html b/docs/documentation/elements/form.html index e7610e2c..442633fc 100644 --- a/docs/documentation/elements/form.html +++ b/docs/documentation/elements/form.html @@ -869,10 +869,10 @@ doc-subtab: form
If you want a horizontal form control, use the is-horizontal modifier on the control container, in which you include:
control-label for the side label
+ field-label for the side label
control for the input/select/textarea container
+ field-body for the input/select/textarea container
You can of course use is-grouped or has-addons for the child elements.