diff options
| author | Mark Otto <[email protected]> | 2016-11-27 16:31:31 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-11-27 16:31:31 -0800 |
| commit | 585516db95c6528c396ef33c59f99c4f8bb8b42e (patch) | |
| tree | 787624c471472fc0615359d946a664d1f50287a5 /scss/utilities | |
| parent | 5eddb0b0fdfd7215d5764c5315ce7f0be4ca3d83 (diff) | |
| download | bootstrap-585516db95c6528c396ef33c59f99c4f8bb8b42e.tar.xz bootstrap-585516db95c6528c396ef33c59f99c4f8bb8b42e.zip | |
Add max-width 100% and max-height 100% utilities (#21221)
Diffstat (limited to 'scss/utilities')
| -rw-r--r-- | scss/utilities/_spacing.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scss/utilities/_spacing.scss b/scss/utilities/_spacing.scss index e7248badb..ff96c58d1 100644 --- a/scss/utilities/_spacing.scss +++ b/scss/utilities/_spacing.scss @@ -3,6 +3,9 @@ .w-100 { width: 100% !important; } .h-100 { height: 100% !important; } +.mw-100 { max-width: 100% !important; } +.mh-100 { max-height: 100% !important; } + // Margin and Padding .mx-auto { |
