Client:Store:Components:UploadPanel:FileRow Fixed Bug 68936

This commit is contained in:
Akmal Isomadinov 2024-07-02 15:09:38 +05:00
parent dd82910a8e
commit b4394f19c9
2 changed files with 2 additions and 1 deletions

View File

@ -271,7 +271,6 @@ const StyledHeaderContent = styled.div`
`} `}
border-bottom: ${(props) => props.theme.filesPanels.sharing.borderBottom}; border-bottom: ${(props) => props.theme.filesPanels.sharing.borderBottom};
}
.files-operations-header, .files-operations-header,
.sharing_panel-header { .sharing_panel-header {

View File

@ -53,6 +53,8 @@ const StyledFileRow = styled(Row)`
height: 100%; height: 100%;
padding-inline-end: 16px;
.styled-element, .styled-element,
.row_content { .row_content {
${(props) => ${(props) =>