Avoid wrapping in the reports count column
This commit is contained in:
parent
aaaeb211de
commit
05b871db99
2 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
<br/>
|
||||
|
||||
<table>
|
||||
<table class="issues-list">
|
||||
<thead>
|
||||
<tr>
|
||||
<td><b><%= t ".status" %></b></td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue