From 7588ece84f6a26361451e8f74592523f93692df7 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 30 May 2009 13:38:17 +0000 Subject: [PATCH] Stop long changeset comments causing other fields to get split over multiple lines. --- public/stylesheets/site.css | 5 +++++ 1 file changed, 5 insertions(+) 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; } -- 2.43.2