diff --git a/client/talk-plugin-history/Comment.css b/client/talk-plugin-history/Comment.css index a18095d01..40a003de1 100644 --- a/client/talk-plugin-history/Comment.css +++ b/client/talk-plugin-history/Comment.css @@ -14,7 +14,11 @@ } .main { - width: 100%; + min-width: 70%; +} + +.sidebar { + min-width: 30%; } .commentBody {