From d3e56207f24fb2ab00dc19bc885451a6ed8363bc Mon Sep 17 00:00:00 2001 From: Nishant0928 Date: Mon, 11 Sep 2023 22:04:31 +0530 Subject: [PATCH] WEBUI 1256:fix reflow issues in nuxeo-document-import --- elements/document/nuxeo-document-import.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/elements/document/nuxeo-document-import.js b/elements/document/nuxeo-document-import.js index 0f5b1a85d6..9d190d1baf 100644 --- a/elements/document/nuxeo-document-import.js +++ b/elements/document/nuxeo-document-import.js @@ -335,6 +335,10 @@ Polymer({ text-overflow: ellipsis; } + .upload.vertical.layout.flex { + overflow: auto; + } + .importing-label { margin-right: 8px; }