aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/templates/macros/threads.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/templates/macros/threads.html b/app/templates/macros/threads.html
index 5c3421a..4e5c6f2 100644
--- a/app/templates/macros/threads.html
+++ b/app/templates/macros/threads.html
@@ -86,7 +86,7 @@
by {{ t.author.display_name }}
</div>
- <div class="col-sm">
+ <div class="col-sm-auto">
{% if t.package %}
{{ _("%(title)s by %(author)s",
title="<b>" | safe + t.package.title + "</b>" | safe,
@@ -94,7 +94,7 @@
{% endif %}
</div>
- <div class="col-sm text-muted text-right">
+ <div class="col-sm-auto text-muted text-right">
{{ t.created_at | datetime }}
</div>
</div>