Add small gap between date and parents

This commit is contained in:
René Pfeuffer
2020-06-16 17:18:48 +02:00
parent 667911f30a
commit ad405fe95d

View File

@@ -109,6 +109,7 @@ const ChangesetSummary = styled.div`
` `
const SeparatedParents = styled.div` const SeparatedParents = styled.div`
margin-left: 1em;
a + a:before { a + a:before {
content: ",\\00A0"; content: ",\\00A0";
color: #4a4a4a; color: #4a4a4a;