From: Tom Hughes Date: Sun, 1 Dec 2013 23:00:41 +0000 (+0000) Subject: Prevent wrapping of dates in message lists X-Git-Tag: live~4687 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/f53ae6696658db8476b380fb39e376186133a440?hp=63617dabb18b96d015675b9360b6c45738c6186f Prevent wrapping of dates in message lists --- diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index ceed9b2df..d16cf12d4 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -1673,6 +1673,10 @@ header .search_form { vertical-align: middle; } +.inbox-sent { + white-space: nowrap; +} + .inbox-mark-unread, .inbox-mark-read, .inbox-delete {