aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--site/content/docs/5.3/utilities/float.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/site/content/docs/5.3/utilities/float.md b/site/content/docs/5.3/utilities/float.md
index a8d3efba8..9a47a256a 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
<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.