Web: Files: EditingWrapper: fix tile height

This commit is contained in:
Viktor Fomin 2022-05-23 15:39:13 +03:00
parent 36a41e96aa
commit 864b8268a5

View File

@ -78,7 +78,7 @@ const EditingWrapper = styled.div`
@media ${tablet} {
height: 56px;
height: ${(props) => (props.viewAs === "tile" ? "43px" : "56px")};
}
.edit-text {