fix: Alignment of collection icon in header when collection name is very long

This commit is contained in:
Tom Moor
2021-01-14 18:59:43 -08:00
parent 7b8cbc50d5
commit 03cb6d66e7

View File

@@ -7,8 +7,11 @@ const Heading = styled.h1`
${(props) => (props.centered ? "text-align: center;" : "")}
svg {
margin-top: 4px;
margin-left: -6px;
margin-right: 2px;
align-self: flex-start;
flex-shrink: 0;
}
`;