From 4a977d711bfaec39811916889188a8eab6272292 Mon Sep 17 00:00:00 2001 From: TatianaLopaeva Date: Mon, 2 Aug 2021 11:40:18 +0300 Subject: [PATCH] Web: Files: Deleted useless styles. --- .../ASC.Files/Client/src/components/panels/StyledPanels.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/products/ASC.Files/Client/src/components/panels/StyledPanels.js b/products/ASC.Files/Client/src/components/panels/StyledPanels.js index b2a9b08f5a..191cb0e1df 100644 --- a/products/ASC.Files/Client/src/components/panels/StyledPanels.js +++ b/products/ASC.Files/Client/src/components/panels/StyledPanels.js @@ -526,7 +526,6 @@ const StyledSelectFolderPanel = styled.div` : props.isHeaderChildren ? "284px" : "300px"}; - overflow: hidden; } .rc-tree-child-tree-open { width: fit-content; @@ -546,13 +545,9 @@ const StyledSelectFolderPanel = styled.div` margin-right: 16px; } .select-folder-dialog_aside_body { - //margin-top: 16px; height: calc(100% - 64px); width: 296px; } - /* .files-tree-menu { - ${(props) => props.displayType !== "aside" && "margin-top: 16px"}; - } */ `; const StyledSelectFilePanel = styled.div` .select-file-dialog_empty-container {