Fixed width of messages meta info block (#2171)

Co-authored-by: Yiu ming Lai <ymlai87416@gmail.com>
This commit is contained in:
Tom Lai 2022-06-16 08:19:09 +01:00 committed by GitHub
parent 1b71ccb975
commit 41fd765d83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ export const Metadata = styled.span`
export const MetadataLabel = styled.p`
color: ${({ theme }) => theme.topicMetaData.color.label};
font-size: 14px;
width: 50px;
width: 80px;
`;
export const MetadataValue = styled.p`