Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2020-10-13 00:51:05 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-10-13 16:48:17 +0300
commit0205a016b1910eb861ac01ef1644d96855eafb9d (patch)
treeab7c1c055f5087e0c6ed49fb95dc833862abb71b /site/content
parent776afb8e9e3f535c4ce748aa1b53e06ebe9bf3e8 (diff)
Update copy and add utilities to example
Diffstat (limited to 'site/content')
-rw-r--r--site/content/docs/5.0/utilities/overflow.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/site/content/docs/5.0/utilities/overflow.md b/site/content/docs/5.0/utilities/overflow.md
index b400db74e0..bec79e1fc8 100644
--- a/site/content/docs/5.0/utilities/overflow.md
+++ b/site/content/docs/5.0/utilities/overflow.md
@@ -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;">