1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-28 14:04:38 +04:00

chart height fixes

This commit is contained in:
codecalm
2019-12-05 20:07:10 -06:00
parent eb6a0216dc
commit 7fab912eec
8 changed files with 144 additions and 118 deletions
@@ -13,6 +13,6 @@
</div>
</div>
{% include ui/chart.html chart-id="active-users" class="chart-sm" %}
{% include ui/chart.html chart-id="active-users" size="sm" %}
</div>
</div>
@@ -13,6 +13,6 @@
</div>
</div>
{% include ui/chart.html chart-id="new-clients" class="chart-sm" %}
{% include ui/chart.html chart-id="new-clients" size="sm" %}
</div>
</div>
+1 -1
View File
@@ -13,5 +13,5 @@
</div>
</div>
</div>
{% include ui/chart.html chart-id="revenue-bg" class="card-chart" %}
{% include ui/chart.html chart-id="revenue-bg" size="sm" %}
</div>