mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
1.8 KiB
1.8 KiB
| extends | title | description | features | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| _layouts.documentation | Resize | Utilities for controlling the how a textarea can be resized. |
|
@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. |