Skip to content

Commit 278fa3c

Browse files
committed
Add gap between domain and percent
1 parent 6f48ee9 commit 278fa3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/glance/templates/dns-stats.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<summary class="summary">Top blocked domains</summary>
7777
<ul class="list list-gap-4 list-with-transition size-h5">
7878
{{ range .Stats.TopBlockedDomains }}
79-
<li class="flex justify-between">
79+
<li class="flex justify-between gap-10">
8080
<div class="text-truncate rtl">{{ .Domain }}</div>
8181
<div class="text-right" style="width: 4rem;"><span class="color-highlight">{{ .PercentBlocked }}</span>%</div>
8282
</li>

0 commit comments

Comments
 (0)