Limit responsive images in default preview to maxWidth 100%
This commit is contained in:
parent
c424c99d07
commit
aea6d38121
@ -3,7 +3,7 @@ const defaultPrevieStyle = {
|
||||
};
|
||||
|
||||
export const imagePreviewStyle = {
|
||||
width: '100%',
|
||||
maxWidth: '100%',
|
||||
height: 'auto',
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user