Skip to content

Commit

Permalink
WEBUI 1256: Backport fix reflow issues in nuxeo-document-import
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishant0928 committed Sep 21, 2023
1 parent 657147b commit 9bf798d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions elements/document/nuxeo-document-import.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,10 @@ Polymer({
text-overflow: ellipsis;
}
.upload.vertical.layout.flex {
overflow: auto;
}
.importing-label {
margin-right: 8px;
}
Expand Down

0 comments on commit 9bf798d

Please sign in to comment.