]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Prevent wrapping of dates in message lists
[rails.git] / app / assets / stylesheets / common.css.scss
index 56285564fdd9794b41e1e48d90a1da787de4252c..d16cf12d453c476a6bd85e665eb1857836e00c47 100644 (file)
@@ -1195,7 +1195,7 @@ header .search_form {
 }
 
 .content-body {
-  h1, h2, h3, p {
+  h1, h2, h3, p, ul, ol {
     margin-bottom: $lineheight;
   }
 
@@ -1673,6 +1673,10 @@ header .search_form {
   vertical-align: middle;
 }
 
+.inbox-sent {
+  white-space: nowrap;
+}
+
 .inbox-mark-unread,
 .inbox-mark-read,
 .inbox-delete {