Skip to content

Commit 33ee552

Browse files
eremannistodcousens
authored andcommitted
Fix: Add width to the cloud image element
1 parent f3d6ae7 commit 33ee552

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/keystatic/src/form/fields/cloudImage

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ function ImageField(props: {
162162
display: 'block',
163163
maxHeight: tokenSchema.size.alias.singleLineWidth,
164164
maxWidth: '100%',
165+
width: '100%',
165166
}}
166167
/>
167168
</Box>

0 commit comments

Comments
 (0)