]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Adding a link to `clearfix` (#38528)
authorThomas Landauer <thomas@landauer.at>
Thu, 1 Jun 2023 02:27:47 +0000 (04:27 +0200)
committerGitHub <noreply@github.com>
Thu, 1 Jun 2023 02:27:47 +0000 (19:27 -0700)
* Adding a link to `clearfix`

* Update float.md

* Update float.md

---------

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: Mark Otto <markdotto@gmail.com>
site/content/docs/5.3/utilities/float.md

index a8d3efba86baee9498d1fb4c3079311242a1c8bf..9a47a256a084b763ae47e3fdfc5c692c882b1aca 100644 (file)
@@ -16,6 +16,8 @@ These utility classes float an element to the left or right, or disable floating
 <div class="float-none">Don't float on all viewport sizes</div>
 {{< /example >}}
 
+Use the [clearfix helper]({{< docsref "/helpers/clearfix" >}}) on a parent element to clear floats.
+
 ## Responsive
 
 Responsive variations also exist for each `float` value.