diff --git a/.gitignore b/.gitignore index 25cef1d90..8bd5c525a 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,5 @@ node_modules .vscode .gitpod.yml + +/**/storybook-static/ \ No newline at end of file diff --git a/packages/react/src/views/AttachmentPreview/AttachmentPreview.styles.js b/packages/react/src/views/AttachmentPreview/AttachmentPreview.styles.js index 45f8cf455..26f40dd6f 100644 --- a/packages/react/src/views/AttachmentPreview/AttachmentPreview.styles.js +++ b/packages/react/src/views/AttachmentPreview/AttachmentPreview.styles.js @@ -17,7 +17,6 @@ const getAttachmentPreviewStyles = () => { modalContent: css` overflow-y: auto; overflow-x: hidden; - max-height: 350px; `, fileDescription: css`