Skip to content

Commit

Permalink
Adding a link to clearfix (#38528)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
3 people committed Jun 1, 2023
1 parent 6bb6015 commit 785043c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/content/docs/5.3/utilities/float.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 785043c

Please sign in to comment.