aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/4.3/forms/layout.md
diff options
context:
space:
mode:
authorCatalin Zalog <[email protected]>2020-04-14 09:21:13 +0300
committerGitHub <[email protected]>2020-04-14 09:21:13 +0300
commite2afbbfa828418dd93c8de8c1c2ce60361d04fbf (patch)
tree9b1f31542dded29f5c232fd20f826e174c6c4dc1 /site/content/docs/4.3/forms/layout.md
parent789bcf6ad6f2eab15df1de50df384731330bca3c (diff)
downloadbootstrap-e2afbbfa828418dd93c8de8c1c2ce60361d04fbf.tar.xz
bootstrap-e2afbbfa828418dd93c8de8c1c2ce60361d04fbf.zip
Restore `.form-text` (#30565)
Diffstat (limited to 'site/content/docs/4.3/forms/layout.md')
-rw-r--r--site/content/docs/4.3/forms/layout.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/4.3/forms/layout.md b/site/content/docs/4.3/forms/layout.md
index fb3cd68cb..3133a2f19 100644
--- a/site/content/docs/4.3/forms/layout.md
+++ b/site/content/docs/4.3/forms/layout.md
@@ -18,7 +18,7 @@ Since Bootstrap applies `display: block` and `width: 100%` to almost all our for
## Utilities
-[Margin utilities]({{< docsref "/utilities/spacing" >}}) are the easiest way to add some structure to forms. They provide basic grouping of labels, controls, optional help text, and form validation messaging. We recommend sticking to `margin-bottom` utilities, and using a single direction throughout the form for consistency.
+[Margin utilities]({{< docsref "/utilities/spacing" >}}) are the easiest way to add some structure to forms. They provide basic grouping of labels, controls, optional form text, and form validation messaging. We recommend sticking to `margin-bottom` utilities, and using a single direction throughout the form for consistency.
Feel free to build your forms however you like, with `<fieldset>`s, `<div>`s, or nearly any other element.