From 5973437abbfd63c1a7688271bd4e6918f6b3a5bc Mon Sep 17 00:00:00 2001 From: Giteabot Date: Tue, 10 Feb 2026 12:47:12 +0800 Subject: [PATCH] Add wrap to runner label list (#36565) (#36574) Backport #36565 by @silverwind Before: Label list forces runner table to become scrollable if there is a large number of labels: Screenshot 2026-02-09 at 09 21 32 After: Wrapped: Screenshot 2026-02-09 at 09 20 31 Co-authored-by: silverwind --- templates/shared/actions/runner_list.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/shared/actions/runner_list.tmpl b/templates/shared/actions/runner_list.tmpl index 43321a8dc5..4545d4f16d 100644 --- a/templates/shared/actions/runner_list.tmpl +++ b/templates/shared/actions/runner_list.tmpl @@ -72,7 +72,7 @@ {{if .Version}}{{.Version}}{{else}}{{ctx.Locale.Tr "unknown"}}{{end}} {{.BelongsToOwnerType.LocaleString ctx.Locale}} - {{range .AgentLabels}}{{.}}{{end}} + {{range .AgentLabels}}{{.}}{{end}} {{if .LastOnline}}{{DateUtils.TimeSince .LastOnline}}{{else}}{{ctx.Locale.Tr "never"}}{{end}}