diff options
| author | tracyjordan <[email protected]> | 2019-08-22 09:58:08 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-08-22 10:58:08 +0300 |
| commit | a5e725fa2e2c65ce2851a50927906e488c54750a (patch) | |
| tree | c30e07322fecdbcd1769ae37ca08be77148b45ba | |
| parent | bfd4c1921da5b8f8b4b4ab1b2ece1859d96b9ce2 (diff) | |
| download | bootstrap-a5e725fa2e2c65ce2851a50927906e488c54750a.tar.xz bootstrap-a5e725fa2e2c65ce2851a50927906e488c54750a.zip | |
fixed minor typo (#29291)
| -rw-r--r-- | site/content/docs/4.3/utilities/float.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/4.3/utilities/float.md b/site/content/docs/4.3/utilities/float.md index bba345828..7acec9782 100644 --- a/site/content/docs/4.3/utilities/float.md +++ b/site/content/docs/4.3/utilities/float.md @@ -8,7 +8,7 @@ toc: true ## 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 >}} <div class="float-left">Float left on all viewport sizes</div><br> |
