Web: files: Fixed styles.

This commit is contained in:
Tatiana Lopaeva 2022-04-15 12:22:38 +03:00
parent 28102a66fc
commit 2511dc2c8f
2 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,7 @@ const StyledTreeMenu = styled(Tree)`
!props.isFullFillSelection &&
css`
span.rc-tree-node-selected {
width: min-content !important;
// width: min-content !important;
padding-right: 4px;
max-width: 98%;
}

View File

@ -64,6 +64,7 @@ const StyledBody = styled.div`
.selection-panel_files-header {
padding: 16px;
word-break: break-word;
.selection-panel_title {
${(props) => props.header && "padding-top: 16px"};
}