Add a few pixels of margin-top to bar labels to better center them.

This commit is contained in:
colcrunch 2022-04-16 15:46:01 -04:00
parent 8cdc5af453
commit 54085617dc

View File

@ -8,5 +8,5 @@
aria-valuemin="0"
aria-valuemax="100"
style="width: {% decimal_widthratio tasks_count tasks_total 100 %}%;">
{% widthratio tasks_count tasks_total 100 %}%
<p style="margin-top:5px;">{% widthratio tasks_count tasks_total 100 %}%</p>
</div>