web: components: fix article-pin-panel height

This commit is contained in:
Andrey Savihin 2019-11-11 15:57:17 +03:00
parent ee88810446
commit 6d1858676f

View File

@ -7,6 +7,7 @@ import { Icons } from "../../icons";
const StyledArticlePinPanel = styled.div`
border-top: 1px solid #eceef1;
height: 56px;
min-height: 56px;
display: none;
@media ${tablet} {