Skip to content

Commit 9ccc79b

Browse files
authored
fix: textarea block display (#1151)
1 parent d4bd1bf commit 9ccc79b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unfold/widgets.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
]
105105

106106
TEXTAREA_EXPANDABLE_CLASSES = [
107+
"block",
107108
"field-sizing-content",
108109
"!max-w-2xl",
109110
]

0 commit comments

Comments
 (0)