Skip to content

Commit 5180c26

Browse files
committed
Fix: Add width to the image element
1 parent 644e928 commit 5180c26

File tree

1 file changed

+1
-0
lines changed
  • packages/keystatic/src/form/fields/image

1 file changed

+1
-0
lines changed

packages/keystatic/src/form/fields/image/ui.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ export function ImageFieldInput(
150150
display: 'block',
151151
maxHeight: tokenSchema.size.alias.singleLineWidth,
152152
maxWidth: '100%',
153+
width: '100%',
153154
}}
154155
/>
155156
</Box>

0 commit comments

Comments
 (0)