tailwindcss/docs/source/docs/min-height.blade.md
2017-10-31 17:46:38 -04:00

2.2 KiB

extends title
_layouts.documentation Min-Height

Min-Height

Utilities for setting the minimum height of an element

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

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

Class Properties Description
.min-h-0 min-height: 0; Set the element's minimum height to 0.
.min-h-full min-height: 100%; Set the element's minimum height to 100%.
.min-h-screen min-height: 100vh; Set the element's minimum height to 100vh.