Merge pull request #14797 from JoVictorNunes/chat-time-alignment

fix: chat message time alignment
This commit is contained in:
Anton Georgiev 2022-04-12 16:02:28 -04:00 committed by GitHub
commit dd8ac845d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,6 +101,7 @@ const Meta = styled.div`
flex: 1;
flex-flow: row;
line-height: 1.35;
align-items: baseline;
`;
const Name = styled.div`