From a3748c5cac7158564b152c248c33ce6d5a51b6d0 Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Sun, 28 May 2017 13:47:12 +0100 Subject: [PATCH] Fix #767 --- docs/_posts/2017-03-10-new-field-element.md | 1 - docs/documentation/elements/form.html | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) 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:

You can of course use is-grouped or has-addons for the child elements.