mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03: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