Contents
Quick reference
| Class | Properties |
|---|---|
.min-w-0 | min-width: 0px; |
.min-w-full | min-width: 100%; |
.min-w-min | min-width: min-content; |
.min-w-max | min-width: max-content; |
.min-w-fit | min-width: fit-content; |
Basic usage
Setting the minimum width
Set the minimum width of an element using the min-w-{width} utilities.
<div class="min-w-full">
...
</div> Edit this page on Github
Last updated on April 6, 2024