Skip to content

Commit 83cf348

Browse files
GiteaBotkerwin612
andauthored
Optimize runner-tags layout to enhance visual experience (go-gitea#31258) (go-gitea#31263)
Backport go-gitea#31258 by @kerwin612 ![image](https://github.com/go-gitea/gitea/assets/3371163/b8199005-94f2-45be-8ca9-4fa1b3f221b2) Co-authored-by: Kerwin Bryant <[email protected]>
1 parent 7cb67cf commit 83cf348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/shared/actions/runner_list.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<td><p data-tooltip-content="{{.Description}}">{{.Name}}</p></td>
7171
<td>{{if .Version}}{{.Version}}{{else}}{{ctx.Locale.Tr "unknown"}}{{end}}</td>
7272
<td><span data-tooltip-content="{{.BelongsToOwnerName}}">{{.BelongsToOwnerType.LocaleString ctx.Locale}}</span></td>
73-
<td class="runner-tags">
73+
<td class="tw-flex tw-flex-wrap tw-gap-2 runner-tags">
7474
{{range .AgentLabels}}<span class="ui label">{{.}}</span>{{end}}
7575
</td>
7676
<td>{{if .LastOnline}}{{TimeSinceUnix .LastOnline ctx.Locale}}{{else}}{{ctx.Locale.Tr "never"}}{{end}}</td>

0 commit comments

Comments
 (0)