about summary refs log tree commit diff stats
path: root/internal/components/results.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/components/results.go')
-rw-r--r--internal/components/results.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/components/results.go b/internal/components/results.go
index 4f07a78..58fa5ee 100644
--- a/internal/components/results.go
+++ b/internal/components/results.go
@@ -45,6 +45,7 @@ func Results(r ResultData) g.Node {
 				Role("status"),
 				g.Textf("%d results", r.Results.Total),
 			),
+			g.Text(" "),
 			g.If(r.Next != r.Prev && r.Results.Total < config.MaxResultsShowAll,
 				A(Href(r.All), g.Text("Show All")),
 			),