From 94171dd433aa2c998efb7855b42512ed0262ef1d Mon Sep 17 00:00:00 2001 From: Adam Klepacz Date: Sun, 20 May 2018 21:17:34 +0200 Subject: [PATCH] Update forms.md I have changed classes in #### Checkboxes and Radio Buttons cause in yours HTML EXAMPLE third checkbox was collapsing to the next line. Now it displays proper --- docs/pages/forms.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/forms.md b/docs/pages/forms.md index 211966a72..76ea42b24 100644 --- a/docs/pages/forms.md +++ b/docs/pages/forms.md @@ -150,13 +150,13 @@ Wrap a group of checkboxes or radio buttons in a `
` element, and give ```html_example
-
+
Choose Your Favorite
-
+
Check these out -- 2.47.2