mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-11-04 13:46:13 +08:00 
			
		
		
		
	Fixed inconsistent white-space for the "Avg."-Ping/Response title.
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user