1
0
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:
Mark Otto
2016-11-27 16:31:31 -08:00
committed by GitHub
parent 5eddb0b0fd
commit 585516db95
2 changed files with 16 additions and 1 deletions

View File

@@ -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 {