1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-02 08:25:32 +04:00

button fixes

This commit is contained in:
codecalm
2019-12-16 00:44:09 +01:00
parent 6d786c27ed
commit e5ea4d1a97
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
{% if include.description %}
<div class="text-h6 text-muted ml-2">{{ include.description }}</div>
{% endif %}
<span class="ml-auto text-h6">{{ include.value }}%</span>
<span class="ml-auto text-h6 strong">{{ include.value }}%</span>
</div>
{% include ui/progress.html size=size value=include.value color=color %}
</div>