Fixed inconsistent white-space for the "Avg."-Ping/Response title.

This commit is contained in:
Lars Sørensen
2021-09-11 13:50:16 +02:00
parent 39c7b5e748
commit 66769e1c79
14 changed files with 15 additions and 15 deletions

View File

@@ -55,7 +55,7 @@
</span>
</div>
<div class="col">
<h4>{{ $t("Avg.") }}{{ pingTitle }}</h4>
<h4>{{ $t("Avg.") }} {{ pingTitle }}</h4>
<p>(24{{ $t("-hour") }})</p>
<span class="num"><CountUp :value="avgPing" /></span>
</div>