This commit is contained in:
Mouse Reeve
2021-01-26 13:00:36 -08:00
parent acfc865d4e
commit 22e4138555
7 changed files with 63 additions and 5 deletions

View File

@ -9,6 +9,6 @@
{% block dropdown-list %}
<li role="menuitem">
{% include 'snippets/block_button.html' with user=user %}
{% include 'snippets/block_button.html' with user=user class="is-fullwidth" %}
</li>
{% endblock %}