From: Andy Allan Date: Wed, 14 Mar 2018 05:06:32 +0000 (+0800) Subject: Avoid wrapping in the reports count column X-Git-Tag: live~2937^2~33 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/05b871db995bbefddf7aac3d366e68a4c2f3d557?ds=sidebyside Avoid wrapping in the reports count column --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 67ae64f39..050e3a1c2 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -2843,6 +2843,12 @@ input.richtext_title[type="text"] { width:475px; } +.issues-list { + td:nth-child(2) { + white-space: nowrap; + } +} + .report-disclaimer { background: #fff1f0; color: #d85030; diff --git a/app/views/issues/index.html.erb b/app/views/issues/index.html.erb index 6cb194393..53927701e 100644 --- a/app/views/issues/index.html.erb +++ b/app/views/issues/index.html.erb @@ -18,7 +18,7 @@
- +
<%= t ".status" %>