--- extends: _layouts.documentation title: "Resize" --- # Resize
Utilities for controlling the how a textarea can be resized.
@include('_partials.feature-badges', [ 'responsive' => true, 'customizable' => false, 'hover' => false, 'focus' => false ]) @include('_partials.work-in-progress')
Class Properties Description
.resize-none resize: none; Make a textarea not resizable.
.resize-y resize: vertical; Make a textarea resizable vertically.
.resize-x resize: horizontal; Make a textarea resizable horizontally.