Correct width on too large commit messages

This commit is contained in:
Florian Scholdei
2019-10-10 13:47:35 +02:00
parent fb42af0465
commit 5cf188cea9

View File

@@ -43,6 +43,7 @@ const FixedSizedAvatar = styled.div`
const Metadata = styled.div` const Metadata = styled.div`
margin-left: 0; margin-left: 0;
width: 100%;
`; `;
const AuthorWrapper = styled.p` const AuthorWrapper = styled.p`