diff --git a/client/coral-admin/src/routes/Moderation/components/Comment.css b/client/coral-admin/src/routes/Moderation/components/Comment.css index 5cd6a6ae2..282a83f3e 100644 --- a/client/coral-admin/src/routes/Moderation/components/Comment.css +++ b/client/coral-admin/src/routes/Moderation/components/Comment.css @@ -68,7 +68,12 @@ margin-top: 0px; flex: 1; color: black; - max-width: 500px; + /* + IE11 fix – Next line was supposed to be: + max-width: 500px; + */ + padding-right: 20px; + /** IE11 fix end **/ font-weight: 300; font-size: 16px; overflow-wrap: break-word;