Web: Files: SharingPanel: fixed row height in SharingPanel

This commit is contained in:
Artem Tarasov 2021-10-22 12:51:54 +03:00
parent 55501050ea
commit 2739a254fc

View File

@ -362,6 +362,11 @@ const StyledBody = styled.div`
const StyledSharingBody = styled(Scrollbar)`
position: relative;
padding: 16px 0;
.link-row__container {
height: 47px;
}
.row_content {
overflow: visible;
height: auto;