From 05b871db995bbefddf7aac3d366e68a4c2f3d557 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 14 Mar 2018 13:06:32 +0800 Subject: [PATCH] Avoid wrapping in the reports count column --- app/assets/stylesheets/common.scss | 6 ++++++ app/views/issues/index.html.erb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 @@
- +
-- 2.43.2
<%= t ".status" %>