diff --git a/client/coral-admin/src/routes/Moderation/components/Comment.css b/client/coral-admin/src/routes/Moderation/components/Comment.css index 282a83f3e..fc2236167 100644 --- a/client/coral-admin/src/routes/Moderation/components/Comment.css +++ b/client/coral-admin/src/routes/Moderation/components/Comment.css @@ -62,6 +62,7 @@ font-weight: 300; margin-bottom: 8px; overflow-wrap: break-word; + word-break:break-word; } .body { diff --git a/docs/public/_redirects b/docs/public/_redirects index 617eb6adc..df70683ab 100644 --- a/docs/public/_redirects +++ b/docs/public/_redirects @@ -1,3 +1,4 @@ / /talk/ /talk/reference/server/ /talk/api/server/ -/talk/reference/graphql/ /talk/api/graphql/ \ No newline at end of file +/talk/reference/graphql/ /talk/api/graphql/ +/talk/integrating/asset-management/ /talk/integrating/cms-integration/