Limit responsive images in default preview to maxWidth 100%

This commit is contained in:
Cássio Zen 2016-11-30 15:56:14 -02:00
parent c424c99d07
commit aea6d38121

View File

@ -3,7 +3,7 @@ const defaultPrevieStyle = {
};
export const imagePreviewStyle = {
width: '100%',
maxWidth: '100%',
height: 'auto',
};