Fix Bug 53139: tile align

This commit is contained in:
Viktor Fomin 2021-10-14 11:49:24 +03:00
parent 86abb2812f
commit ddf8b26d6f

View File

@ -64,7 +64,7 @@ const StyledTileContainer = styled.div`
@media (min-width: 1024px) {
.tile-item-wrapper {
&.file {
margin-left: 2px;
margin-left: 1px;
}
}
}