From 785043c06bb45692f2a55e206833066677766cf3 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Thu, 1 Jun 2023 04:27:47 +0200 Subject: [PATCH] Adding a link to `clearfix` (#38528) * Adding a link to `clearfix` * Update float.md * Update float.md --------- Co-authored-by: XhmikosR Co-authored-by: Mark Otto --- site/content/docs/5.3/utilities/float.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/content/docs/5.3/utilities/float.md b/site/content/docs/5.3/utilities/float.md index a8d3efba86..9a47a256a0 100644 --- a/site/content/docs/5.3/utilities/float.md +++ b/site/content/docs/5.3/utilities/float.md @@ -16,6 +16,8 @@ These utility classes float an element to the left or right, or disable floating
Don't float on all viewport sizes
{{< /example >}} +Use the [clearfix helper]({{< docsref "/helpers/clearfix" >}}) on a parent element to clear floats. + ## Responsive Responsive variations also exist for each `float` value.