]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix Flex utilities to add vertical space in example
authorGarrett Johnson <nvisiondesign@gmail.com>
Tue, 9 Mar 2021 15:41:39 +0000 (08:41 -0700)
committerMark Otto <otto@github.com>
Thu, 11 Mar 2021 01:23:24 +0000 (17:23 -0800)
The `justify-content-around` example is missing a `mb-3` class because it is not the last example.

site/content/docs/5.0/utilities/flex.md

index c87f7474e5c719b3cd3d05b9baa1646a6dc4e756..bbb1824b43f74d2ec99752be88f0025929eb39f9 100644 (file)
@@ -101,7 +101,7 @@ Use `justify-content` utilities on flexbox containers to change the alignment of
     <div class="p-2 bd-highlight">Flex item</div>
     <div class="p-2 bd-highlight">Flex item</div>
   </div>
-  <div class="d-flex justify-content-around bd-highlight">
+  <div class="d-flex justify-content-around bd-highlight mb-3">
     <div class="p-2 bd-highlight">Flex item</div>
     <div class="p-2 bd-highlight">Flex item</div>
     <div class="p-2 bd-highlight">Flex item</div>