We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf92bd6 commit 1f5cd99Copy full SHA for 1f5cd99
templates/shared/actions/runner_list.tmpl
@@ -74,7 +74,7 @@
74
{{if .Editable $.Context.Doer $.RunnerOwner $.RunnerRepo}}
75
<a href="{{$.Link}}/{{.ID}}">{{svg "octicon-pencil"}}</a>
76
{{else}}
77
- <div data-tooltip-content="{{$.locale.Tr "actions.runners.no_permission_to_edit"}}">{{svg "octicon-x"}}</div>
+ <div class="gt-ml-3" data-tooltip-content="{{$.locale.Tr "actions.runners.no_permission_to_edit"}}">{{svg "octicon-x"}}</div>
78
{{end}}
79
</td>
80
</tr>
web_src/css/runner.css
@@ -10,10 +10,6 @@
10
margin-left: 0.5em;
11
}
12
13
-.runner-container .runner-ops > div {
14
- margin-left: 0.5em;
15
-}
16
-
17
.runner-container .runner-ops-delete {
18
color: var(--color-red-light);
19
0 commit comments