tailwindcss/docs/source/docs/min-width.blade.md
Daniel Hartmann 9b8a05732e
fixed min-w-0
2017-11-01 23:01:19 +01:00

1.8 KiB

extends title
_layouts.documentation Min-Width

Min-Width

Utilities for setting the minimum width of an element

@include('_partials.feature-badges', [ 'responsive' => true, 'customizable' => true, 'hover' => false, 'focus' => false ])

@include('_partials.work-in-progress')

Class Properties Description
.min-w-0 min-width: 0; Set the element's minimum width to 0.
.min-w-full min-width: 100%; Set the element's minimum width to 100%.