]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/site.css
Stop long changeset comments causing other fields to get split over
[rails.git] / public / stylesheets / site.css
index 6ef2446de21448034d40fce250b02c29cfab8309..29f41630f705ad9658319a793d1018746b615652 100644 (file)
@@ -83,6 +83,11 @@ body {
   font-size: 14px;
 }
 
+#sotm {
+  width: 170px;
+  padding: 0px;
+}
+
 .notice {
   width: 150px;
   margin: 10px;
@@ -194,6 +199,11 @@ body {
   width: 100%;
 }
 
+#changeset_list .comment {
+  width: 60%;
+  max-width: 60%;
+}
+
 #changeset_list.th {
   font-weight: bold;
 }