diff --git a/products/ASC.People/Client/src/components/Article/Body/index.js b/products/ASC.People/Client/src/components/Article/Body/index.js index 3f1218cffe..2caf1306b5 100644 --- a/products/ASC.People/Client/src/components/Article/Body/index.js +++ b/products/ASC.People/Client/src/components/Article/Body/index.js @@ -21,7 +21,7 @@ const getItems = data => { ) : ( "" @@ -41,7 +41,7 @@ const getItems = data => { ) : ( "" diff --git a/web/ASC.Web.Components/src/components/tree-menu/sub-components/tree-node.js b/web/ASC.Web.Components/src/components/tree-menu/sub-components/tree-node.js index 6ae1508672..00ecf8d401 100644 --- a/web/ASC.Web.Components/src/components/tree-menu/sub-components/tree-node.js +++ b/web/ASC.Web.Components/src/components/tree-menu/sub-components/tree-node.js @@ -204,6 +204,7 @@ const TreeNodeMenu = styled(TreeNode)` white-space: nowrap; overflow: hidden; text-overflow: ellipsis; + color: #555F65; } span.rc-tree-title:first-child{ max-width: 100%;