From c3fb173e15f23e061668205c65ec1bb0edbfdbae Mon Sep 17 00:00:00 2001 From: Daniil Senkiv Date: Tue, 3 Dec 2019 16:48:12 +0300 Subject: [PATCH] Web.Client: Settings: Article: Body: fixed styles for Link component after (7a67dabcd738123243c45e6fdbda822378d22936) --- .../components/pages/Settings/Layout/Article/Body/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/web/ASC.Web.Client/src/components/pages/Settings/Layout/Article/Body/index.js b/web/ASC.Web.Client/src/components/pages/Settings/Layout/Article/Body/index.js index 6d14cdc63d..ea0a8f20fe 100644 --- a/web/ASC.Web.Client/src/components/pages/Settings/Layout/Article/Body/index.js +++ b/web/ASC.Web.Client/src/components/pages/Settings/Layout/Article/Body/index.js @@ -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))); \ No newline at end of file +export default connect(mapStateToProps)(withRouter(withTranslation()(ArticleBodyContent)));