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-100andmw-100formin-heightandmin-width -
Mh-100andMw-100formax-heightandmax-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