Avoid wrapping in the reports count column

This commit is contained in:
Andy Allan 2018-03-14 13:06:32 +08:00
parent aaaeb211de
commit 05b871db99
2 changed files with 7 additions and 1 deletions

View file

@ -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;

View file

@ -18,7 +18,7 @@
<br/>
<table>
<table class="issues-list">
<thead>
<tr>
<td><b><%= t ".status" %></b></td>