]> git.openstreetmap.org Git - rails.git/commitdiff
Stop long changeset comments causing other fields to get split over
authorTom Hughes <tom@compton.nu>
Sat, 30 May 2009 13:38:17 +0000 (13:38 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 30 May 2009 13:38:17 +0000 (13:38 +0000)
multiple lines.

public/stylesheets/site.css

index 6600af28b54fd05ee9e4e9a763ed83f42ba8bb58..29f41630f705ad9658319a793d1018746b615652 100644 (file)
@@ -199,6 +199,11 @@ body {
   width: 100%;
 }
 
   width: 100%;
 }
 
+#changeset_list .comment {
+  width: 60%;
+  max-width: 60%;
+}
+
 #changeset_list.th {
   font-weight: bold;
 }
 #changeset_list.th {
   font-weight: bold;
 }