mirror of
https://github.com/Jackett/Jackett
synced 2025-02-25 07:32:38 +00:00
Avoid line wraps in the size column
This commit is contained in:
parent
f155a21ee8
commit
679cba4297
2 changed files with 3 additions and 3 deletions
|
@ -227,7 +227,7 @@ pre {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.table td.fit{
|
||||
table td.fit{
|
||||
white-space: nowrap;
|
||||
width: 1%;
|
||||
}
|
||||
|
|
|
@ -295,7 +295,7 @@
|
|||
<td>{{Tracker}}</td>
|
||||
<td><a href="{{Comments}}">{{Title}}</a> <span class="release-labels"></span></td>
|
||||
<td>{{Size}}</td>
|
||||
<td>{{jacketSize Size}}</td>
|
||||
<td class="fit">{{jacketSize Size}}</td>
|
||||
<td>{{Files}}</td>
|
||||
<td>{{CategoryDesc}}</td>
|
||||
<td>{{Grabs}}</td>
|
||||
|
@ -406,7 +406,7 @@
|
|||
<td>{{Tracker}}</td>
|
||||
<td class="Title"><a href="{{Comments}}">{{Title}}</a> <span class="release-labels"></span></td>
|
||||
<td>{{Size}}</td>
|
||||
<td>{{jacketSize Size}}</td>
|
||||
<td class="fit">{{jacketSize Size}}</td>
|
||||
<td>{{Files}}</td>
|
||||
<td>{{CategoryDesc}}</td>
|
||||
<td>{{Grabs}}</td>
|
||||
|
|
Loading…
Reference in a new issue