diff --git a/client/talk-plugin-history/Comment.css b/client/talk-plugin-history/Comment.css index 23289c17d..40a003de1 100644 --- a/client/talk-plugin-history/Comment.css +++ b/client/talk-plugin-history/Comment.css @@ -13,6 +13,18 @@ border-bottom: solid 1px #EBEBEB; } +.main { + min-width: 70%; +} + +.sidebar { + min-width: 30%; +} + +.commentBody { + word-wrap: break-word; +} + .assetURL { text-decoration: none; font-weight: bold; @@ -44,7 +56,8 @@ margin-top: 0; margin-bottom: 0; list-style-type: none; - min-width: 136px; + min-width: 140px; + padding: 0px 10px; } li { diff --git a/client/talk-plugin-history/Comment.js b/client/talk-plugin-history/Comment.js index 9d1208708..463122160 100644 --- a/client/talk-plugin-history/Comment.js +++ b/client/talk-plugin-history/Comment.js @@ -19,7 +19,7 @@ class Comment extends React.Component { return (
-
+