diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index 6600af28b..29f41630f 100644 --- a/public/stylesheets/site.css +++ b/public/stylesheets/site.css @@ -199,6 +199,11 @@ body { width: 100%; } +#changeset_list .comment { + width: 60%; + max-width: 60%; +} + #changeset_list.th { font-weight: bold; }