0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

fixed minor typo (#29291)

This commit is contained in:
tracyjordan 2019-08-22 09:58:08 +02:00 committed by XhmikosR
parent bfd4c1921d
commit a5e725fa2e

View File

@ -8,7 +8,7 @@ toc: true
## Overview ## Overview
These utility classes float an element to the left or right, or disable floating, based on the current viewport size using the [CSS `float` property](https://developer.mozilla.org/en-US/docs/Web/CSS/float). `!important` is included to avoid specificity issues. These use the same viewport breakpoints as our grid system. Please be aware float utilities have no affect on flex items. These utility classes float an element to the left or right, or disable floating, based on the current viewport size using the [CSS `float` property](https://developer.mozilla.org/en-US/docs/Web/CSS/float). `!important` is included to avoid specificity issues. These use the same viewport breakpoints as our grid system. Please be aware float utilities have no effect on flex items.
{{< example >}} {{< example >}}
<div class="float-left">Float left on all viewport sizes</div><br> <div class="float-left">Float left on all viewport sizes</div><br>