1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-27 13:34:37 +04:00

button sizes fixes

This commit is contained in:
codecalm
2019-12-15 23:33:27 +01:00
parent 28b02a31a9
commit 7d66c8ab95
3 changed files with 11 additions and 9 deletions
@@ -17,7 +17,7 @@
</div>
{% elsif actions == 'buttons' %}
<span class="d-none d-sm-inline">
{% include_cached ui/button.html text="New view" color="secondary" icon="home" %}
{% include_cached ui/button.html text="New view" color="secondary" icon="plus" %}
</span>
{% include_cached ui/button.html text="Create new report" color="primary" class="ml-3" %}
{% endif %}