Skip to content
Snippets Groups Projects
Commit 99e7532c authored by Sebastien's avatar Sebastien
Browse files

change edit capsule button to fit the width of the containing div

parent 85dd831b
No related branches found
No related tags found
2 merge requests!68Tuleap 134 unify css,!64Refactoring css
...@@ -108,7 +108,7 @@ ...@@ -108,7 +108,7 @@
{% endif %} {% endif %}
<a href="capsule/edit/{{ capsule.getLinkPath() }}" class="list-item text-nowrap lh-md"> <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 }} {{ 'capsule.edit.link'|trans }}
</button> </button>
</a> </a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment