From 7670a2d22cf5a595e652c09225dfe7be46e93f57 Mon Sep 17 00:00:00 2001 From: Antoine Dewez <44063631+Zewed@users.noreply.github.com> Date: Sun, 9 Jun 2024 18:53:34 +0200 Subject: [PATCH] fix(frontend): display bug on add knowledge (#2644) # Description Please include a summary of the changes and the related issue. Please also include relevant motivation and context. ## Checklist before requesting a review Please delete options that are not relevant. - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my code - [ ] I have commented hard-to-understand areas - [ ] I have ideally added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged ## Screenshots (if appropriate): --- .../UploadDocumentModal/UploadDocumentModal.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/lib/components/UploadDocumentModal/UploadDocumentModal.module.scss b/frontend/lib/components/UploadDocumentModal/UploadDocumentModal.module.scss index e3f474c22c0..277a93e1301 100644 --- a/frontend/lib/components/UploadDocumentModal/UploadDocumentModal.module.scss +++ b/frontend/lib/components/UploadDocumentModal/UploadDocumentModal.module.scss @@ -9,6 +9,7 @@ background-color: var(--background-0); width: 100%; flex: 1; + overflow: hidden; .buttons { display: flex;