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;
|
width:475px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.issues-list {
|
||||||
|
td:nth-child(2) {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.report-disclaimer {
|
.report-disclaimer {
|
||||||
background: #fff1f0;
|
background: #fff1f0;
|
||||||
color: #d85030;
|
color: #d85030;
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
<table>
|
<table class="issues-list">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td><b><%= t ".status" %></b></td>
|
<td><b><%= t ".status" %></b></td>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue