From e7985662545b2f1b0d954e16e6efb75acff24c8b Mon Sep 17 00:00:00 2001 From: "yacine.chalabi" <yacinec.pro@gmail.com> Date: Thu, 15 Jul 2021 22:18:45 +0200 Subject: [PATCH] FIX more button --- templates/article_list.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/article_list.html b/templates/article_list.html index bd4566c..cfe7080 100644 --- a/templates/article_list.html +++ b/templates/article_list.html @@ -28,7 +28,9 @@ {% include 'includes/comment_count.html' %} </div> </p> - <a class="btn btn-secondary btn-md float-right" href="{{ SITEURL }}/{{ article.url }}">{{ _('more') }}…</a> + <div class="d-flex justify-content-end"> + <a class="badge bg-secondary p-2" href="{{ SITEURL }}/{{ article.url }}">{{ _('more') }}…</a> + </div> </div> </div> -- GitLab