]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/site.css
Fix wrapping in changeset lists properly.
[rails.git] / public / stylesheets / site.css
index 29f41630f705ad9658319a793d1018746b615652..54a70a6116d24b15aef2891e084aa153d5a2bda8 100644 (file)
@@ -199,9 +199,16 @@ body {
   width: 100%;
 }
 
-#changeset_list .comment {
-  width: 60%;
-  max-width: 60%;
+#changeset_list .date {
+  white-space: nowrap;
+}
+
+#changeset_list .user {
+  white-space: nowrap;
+}
+
+#changeset_list .area {
+  white-space: nowrap;
 }
 
 #changeset_list.th {