diff options
| author | Thomas Landauer <[email protected]> | 2023-06-01 04:27:47 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-31 19:27:47 -0700 |
| commit | 785043c06bb45692f2a55e206833066677766cf3 (patch) | |
| tree | c3cb18df0dc7f43e64ca590043ec9c7578758341 | |
| parent | 6bb60152b688cf2765e229d990c896a014c885e3 (diff) | |
| download | bootstrap-785043c06bb45692f2a55e206833066677766cf3.tar.xz bootstrap-785043c06bb45692f2a55e206833066677766cf3.zip | |
Adding a link to `clearfix` (#38528)
* Adding a link to `clearfix`
* Update float.md
* Update float.md
---------
Co-authored-by: XhmikosR <[email protected]>
Co-authored-by: Mark Otto <[email protected]>
| -rw-r--r-- | site/content/docs/5.3/utilities/float.md | 2 |
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. |
