diff --git a/templates/article_list.html b/templates/article_list.html
index cfe70807d40e856983173235abb509ed47af4816..da082ff8c84f76fff913f0932bac67e989abd7e9 100644
--- a/templates/article_list.html
+++ b/templates/article_list.html
@@ -28,7 +28,7 @@
                             {% include 'includes/comment_count.html' %}
                         </div>
                     </p>
-                    <div class="d-flex justify-content-end">
+                    <div class="d-flex justify-content-end" style="width: 100%;">
                         <a class="badge bg-secondary p-2" href="{{ SITEURL }}/{{ article.url }}">{{ _('more') }}…</a>
                     </div>
                 </div>