Web:Files:TableView: change width for author cell column

This commit is contained in:
Timofey Boyko 2022-05-16 11:21:01 +03:00
parent 7f4c0db692
commit d05d9fcecf

View File

@ -8,6 +8,7 @@ const StyledText = styled(Text)`
const StyledAuthorCell = styled.div`
display: flex;
width: 100%;
.author-avatar-cell {
width: 16px;