]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update copy and add utilities to example
authorMark Otto <otto@github.com>
Mon, 12 Oct 2020 21:51:05 +0000 (14:51 -0700)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 13 Oct 2020 13:48:17 +0000 (16:48 +0300)
site/content/docs/5.0/utilities/overflow.md

index b400db74e0711031fd11a1dfb1cff89045b8472d..bec79e1fc8a1faed14d25f8774ade7e0db1cedca 100644 (file)
@@ -5,16 +5,16 @@ description: Use these shorthand utilities for quickly configuring how content o
 group: utilities
 ---
 
-Barebones `overflow` functionality is provided for four values by default, and they are not responsive.
+Adjust the `overflow` property on the fly with four default values and classes. These classes are not responsive by default.
 
 <div class="bd-example d-md-flex">
   <div class="overflow-auto p-3 mb-3 mb-md-0 mr-md-3 bg-light" style="max-width: 260px; max-height: 100px;">
     This is an example of using <code>.overflow-auto</code> on an element with set width and height dimensions. By design, this content will vertically scroll.
   </div>
-  <div class="overflow-hidden p-3 bg-light" style="max-width: 260px; max-height: 100px;">
+  <div class="overflow-hidden p-3 mb-3 mb-md-0 mr-md-3 bg-light" style="max-width: 260px; max-height: 100px;">
     This is an example of using <code>.overflow-hidden</code> on an element with set width and height dimensions.
   </div>
-  <div class="overflow-visible p-3 bg-light" style="max-width: 260px; max-height: 100px;">
+  <div class="overflow-visible p-3 mb-3 mb-md-0 mr-md-3 bg-light" style="max-width: 260px; max-height: 100px;">
     This is an example of using <code>.overflow-visible</code> on an element with set width and height dimensions.
   </div>
   <div class="overflow-scroll p-3 bg-light" style="max-width: 260px; max-height: 100px;">