]> git.openstreetmap.org Git - rails.git/commitdiff
Avoid wrapping in the reports count column
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 14 Mar 2018 05:06:32 +0000 (13:06 +0800)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 14 Mar 2018 05:06:32 +0000 (13:06 +0800)
app/assets/stylesheets/common.scss
app/views/issues/index.html.erb

index 67ae64f39cc6c4a1d21e4e2fb8b15960f3c766f7..050e3a1c2f9ff75b44870ed57706d184c55c9712 100644 (file)
@@ -2843,6 +2843,12 @@ input.richtext_title[type="text"] {
   width:475px;
 }
 
   width:475px;
 }
 
+.issues-list {
+  td:nth-child(2) {
+    white-space: nowrap;
+  }
+}
+
 .report-disclaimer {
   background: #fff1f0;
   color: #d85030;
 .report-disclaimer {
   background: #fff1f0;
   color: #d85030;
index 6cb1943937f58dc36bb7d89e6aa9abc3238c7d6b..53927701ec527c91eb3a31c78f4c7e4df0f45297 100644 (file)
@@ -18,7 +18,7 @@
 
 <br/>
 
 
 <br/>
 
-<table>
+<table class="issues-list">
   <thead>
     <tr>
       <td><b><%= t ".status" %></b></td>
   <thead>
     <tr>
       <td><b><%= t ".status" %></b></td>