Skip to content

Commit 615dc1e

Browse files
committed
fix: use resize instead of setting height
1 parent 7e45474 commit 615dc1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/editor-ui/src/dialogs/edit-image.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ const imagePanel =
167167
value={alt}
168168
onChange={(_ev, data) => setAlt(data.value)}
169169
placeholder={t("(Optional)")}
170-
style={{ height: "100px" }}
170+
resize="vertical"
171171
/>
172172
</Field>
173173
: null

0 commit comments

Comments
 (0)