]> git.openstreetmap.org Git - rails.git/commitdiff
Prevent wrapping of dates in message lists
authorTom Hughes <tom@compton.nu>
Sun, 1 Dec 2013 23:00:41 +0000 (23:00 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 1 Dec 2013 23:00:41 +0000 (23:00 +0000)
app/assets/stylesheets/common.css.scss

index ceed9b2df98601d539b310fcfe8ba878737a2c5c..d16cf12d453c476a6bd85e665eb1857836e00c47 100644 (file)
@@ -1673,6 +1673,10 @@ header .search_form {
   vertical-align: middle;
 }
 
+.inbox-sent {
+  white-space: nowrap;
+}
+
 .inbox-mark-unread,
 .inbox-mark-read,
 .inbox-delete {