Skip to content

Commit 29652f7

Browse files
committed
icon center vertically
1 parent 550437d commit 29652f7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

templates/repo/actions/list.tmpl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
<a class="item{{if eq .Entry.Name $.CurWorkflow}} active{{end}}" href="?workflow={{.Entry.Name}}&actor={{$.CurActor}}&status={{$.CurStatus}}">{{.Entry.Name}}
1414
{{if .ErrMsg}}
1515
<span data-tooltip-content="{{.ErrMsg}}">
16-
{{svg "octicon-alert" 16 "text red"}}
16+
<span class="tw-align-middle">
17+
{{svg "octicon-alert" 16 "text red"}}
18+
</span>
1719
</span>
1820
{{end}}
1921

templates/repo/actions/runs_list.tmpl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
{{$errMsg := index $.RunErrors $run.ID}}
2828
{{if $errMsg}}
2929
<span data-tooltip-content="{{$errMsg}}">
30-
{{svg "octicon-alert" 16 "text red"}}
30+
<div class="flex-text-block">
31+
{{svg "octicon-alert" 16 "text red"}}
32+
</div>
3133
</span>
3234
{{end}}
3335
</div>

0 commit comments

Comments
 (0)