summaryrefslogtreecommitdiffstats
path: root/lib/toaster/toastergui/templates/bpackage.html
diff options
context:
space:
mode:
Diffstat (limited to 'lib/toaster/toastergui/templates/bpackage.html')
-rw-r--r--lib/toaster/toastergui/templates/bpackage.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/toaster/toastergui/templates/bpackage.html b/lib/toaster/toastergui/templates/bpackage.html
index c6ec634f8..2d4948be4 100644
--- a/lib/toaster/toastergui/templates/bpackage.html
+++ b/lib/toaster/toastergui/templates/bpackage.html
@@ -64,7 +64,7 @@
<!-- Package Version -->
<td>{%if package.version%}<a href="{% url "package_built_detail" build.pk package.pk %}">{{package.version}}-{{package.revision}}</a>{%endif%}</td>
<!-- Package Size -->
- <td class="size">{{package.size|filtered_filesizeformat}}</td>
+ <td class="size sizecol">{{package.size|filtered_filesizeformat}}</td>
<!-- License -->
<td class="license">{{package.license}}</td>