From: Jeremy Thomas Date: Sun, 28 May 2017 12:47:12 +0000 (+0100) Subject: Fix #767 X-Git-Tag: 0.4.2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3748c5cac7158564b152c248c33ce6d5a51b6d0;p=thirdparty%2Fbulma.git Fix #767 --- diff --git a/docs/_posts/2017-03-10-new-field-element.md b/docs/_posts/2017-03-10-new-field-element.md index 6899adf89..62e5a32cc 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 e7610e2c1..442633fc5 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.