Commit 3068fa4
feat: enable drag-to-expand for field description textarea (#2011)
Changed the field description textarea from fixed height (h-12)
with resize-none to minimum height (min-h-12) with vertical
resizing (resize-y). This allows users to drag and expand the
description area when there is long text content that would
otherwise be cut off.
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Bieber <artist@teable.io>1 parent b4e5c54 commit 3068fa4
File tree
1 file changed
+1
-1
lines changed- apps/nextjs-app/src/features/app/components/field-setting
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| |||
0 commit comments