fix(tags): fixing margins on tags for long descriptions (#2260)

This commit is contained in:
Gabe Lyons 2021-03-18 16:36:00 -07:00 committed by GitHub
parent b1aa5fe007
commit 711e023f5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,7 @@ const TagsTitle = styled(Typography.Title)`
const TagCard = styled(Card)`
margin-top: 24px;
font-size: 18px;
min-width: 450px;
width: 450px;
height: 100%;
`;