From: Tom Hughes Date: Sat, 30 May 2009 13:38:17 +0000 (+0000) Subject: Stop long changeset comments causing other fields to get split over X-Git-Tag: live~7376 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/7588ece84f6a26361451e8f74592523f93692df7 Stop long changeset comments causing other fields to get split over multiple lines. --- 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; }