fix: Styling of metadata under revision title

This commit is contained in:
Tom Moor
2023-03-08 20:01:03 -05:00
parent f5d326e237
commit f21f890cb7
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ const CommentLink = styled(Link)`
align-items: center;
`;
const Meta = styled(DocumentMeta)<{ rtl?: boolean }>`
export const Meta = styled(DocumentMeta)<{ rtl?: boolean }>`
justify-content: ${(props) => (props.rtl ? "flex-end" : "flex-start")};
margin: -12px 0 2em 0;
font-size: 14px;