diff --git a/templates/shared/actions/runner_edit.tmpl b/templates/shared/actions/runner_edit.tmpl
index 39ddc7c771..e69583b9e4 100644
--- a/templates/shared/actions/runner_edit.tmpl
+++ b/templates/shared/actions/runner_edit.tmpl
@@ -19,7 +19,7 @@
 					<label>{{.locale.Tr "actions.runners.labels"}}</label>
 					<span>
 						{{range .Runner.AgentLabels}}
-						<span>{{.}}</span>
+						<span class="ui label">{{.}}</span>
 						{{end}}
 					</span>
 				</div>