Web.Client: Settings: Article: Body: fixed styles for Link component after (7a67dabcd7)

This commit is contained in:
Daniil Senkiv 2019-12-03 16:48:12 +03:00 committed by GitHub
parent 4128d43d89
commit c3fb173e15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,10 +14,8 @@ import { getKeyByLink, settingsTree, getSelectedLinkByKey, selectKeyOfTreeElemen
const StyledTreeMenu = styled(TreeMenu)`
.inherit-title-link {
& > span {
font-size: inherit;
font-weight: inherit;
}
}
`;
@ -176,4 +174,4 @@ function mapStateToProps(state) {
};
}
export default connect(mapStateToProps)(withRouter(withTranslation()(ArticleBodyContent)));
export default connect(mapStateToProps)(withRouter(withTranslation()(ArticleBodyContent)));