From 99e7532cdf87f9323bdd26b2c67431284e73d7b6 Mon Sep 17 00:00:00 2001 From: Sebastien Curt <sebastien.curt@tetras-libre.fr> Date: Thu, 24 Feb 2022 18:00:17 +0100 Subject: [PATCH] change edit capsule button to fit the width of the containing div --- templates/capsule/index.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/capsule/index.html.twig b/templates/capsule/index.html.twig index 40fde93..529108d 100644 --- a/templates/capsule/index.html.twig +++ b/templates/capsule/index.html.twig @@ -108,7 +108,7 @@ {% endif %} <a href="capsule/edit/{{ capsule.getLinkPath() }}" class="list-item text-nowrap lh-md"> - <button class="btn btn-primary px-4 py-4 fw-bold rounded-3"> + <button class="btn btn-primary btn-lg rounded-3 col-12"> {{ 'capsule.edit.link'|trans }} </button> </a> -- GitLab