Skip to content

Commit ca7fd93

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

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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)