Skip to content

Commit

Permalink
fix: use resize instead of setting height
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanouil committed Jan 20, 2025
1 parent 7e45474 commit 615dc1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor-ui/src/dialogs/edit-image.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ const imagePanel =
value={alt}
onChange={(_ev, data) => setAlt(data.value)}
placeholder={t("(Optional)")}
style={{ height: "100px" }}
resize="vertical"
/>
</Field>
: null
Expand Down

0 comments on commit 615dc1e

Please sign in to comment.