tailwindcss/docs/source/docs/min-width.blade.md
Adam Wathan 66cf9053ab Add option to class table partial to disallow scrolling
Lets us easily say "show all" for pages that currently have nothing but
a class table
2017-11-24 19:14:03 -05:00

538 B

extends title description features
_layouts.documentation Min-Width Utilities for setting the minimum width of an element
responsive customizable hover focus
true true false false

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

@include('_partials.class-table', [ 'scroll' => false, 'rows' => [ [ '.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%.", ], ] ])