Skip to content

Commit

Permalink
fix: textarea resizing (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasvinclav authored Jun 26, 2024
1 parent 2d0f9f1 commit ec712b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/unfold/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,10 @@
"max-w-4xl",
"appearance-none",
"expandable",
"overflow-hidden",
"transition",
"transition-height",
"duration-75",
"ease-in-out",
"resize-none",
]

TEXTAREA_EXPANDABLE_CLASSES = [
Expand Down

0 comments on commit ec712b5

Please sign in to comment.