Min-width
Utilities for setting the minimum width of an element
Class reference
Usage
Set the minimum width of an element using the min-w-0
or min-w-full
utilities.
Responsive
To control the min-width of an element at a specific breakpoint, add a {screen}:
prefix to any existing min-width utility.
<div class="w-24 min-w-full **md:min-w-0** ...">
<!-- ... -->
</div>
For more information about Elements’ responsive design features, check out the Responsive Design documentation.
On this Page
v1.13.5