min-height, min-width to 100% utilities
Created by: JochLAin
In current version of bootstrap classes mh-100
and mw-100
respectively define the max-height
and max-width
to 100%
.
But none for min-height
and min-width
; usefull, for example, in the dropdown-menu
aligned to the width of its parent but not restricted.
I had the idea to use the classes :
-
mh-100
andmw-100
formin-height
andmin-width
-
Mh-100
andMw-100
formax-height
andmax-width
I know that this feature is complicated because of long time implemented feature but it's cool if you can think of that in future versions.
Thank you