Fixed width of messages meta info block (#2171)
Co-authored-by: Yiu ming Lai <ymlai87416@gmail.com>
This commit is contained in:
parent
1b71ccb975
commit
41fd765d83
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue