Web:Client:EmptyScreen: fix gap between items

This commit is contained in:
TimofeyBoyko 2022-11-17 14:57:52 +03:00
parent 3d8593f803
commit f30142af13

View File

@ -63,6 +63,8 @@ const EmptyFolderWrapper = styled.div`
.flex-wrapper_container {
display: flex;
flex-wrap: wrap;
row-gap: 16px;
}
.empty-folder_container-image {