Skip to content

Commit 1f5cd99

Browse files
committed
use gt-ml-3
1 parent bf92bd6 commit 1f5cd99

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

templates/shared/actions/runner_list.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
{{if .Editable $.Context.Doer $.RunnerOwner $.RunnerRepo}}
7575
<a href="{{$.Link}}/{{.ID}}">{{svg "octicon-pencil"}}</a>
7676
{{else}}
77-
<div data-tooltip-content="{{$.locale.Tr "actions.runners.no_permission_to_edit"}}">{{svg "octicon-x"}}</div>
77+
<div class="gt-ml-3" data-tooltip-content="{{$.locale.Tr "actions.runners.no_permission_to_edit"}}">{{svg "octicon-x"}}</div>
7878
{{end}}
7979
</td>
8080
</tr>

web_src/css/runner.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
margin-left: 0.5em;
1111
}
1212

13-
.runner-container .runner-ops > div {
14-
margin-left: 0.5em;
15-
}
16-
1713
.runner-container .runner-ops-delete {
1814
color: var(--color-red-light);
1915
}

0 commit comments

Comments
 (0)