mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-21 04:41:36 +02:00
Add max-width 100% and max-height 100% utilities (#21221)
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user