From 9bf798d67088cb9c09ce1d4caf70e9702b0e69e0 Mon Sep 17 00:00:00 2001 From: Nishant0928 Date: Mon, 11 Sep 2023 21:47:31 +0530 Subject: [PATCH] WEBUI 1256: Backport 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; }