1
0
Fork 0
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:
kaso17 2016-12-20 12:05:53 +01:00
parent f155a21ee8
commit 679cba4297
2 changed files with 3 additions and 3 deletions

View file

@ -227,7 +227,7 @@ pre {
display: none;
}
.table td.fit{
table td.fit{
white-space: nowrap;
width: 1%;
}

View file

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