Skip to content

Commit 8feb4a9

Browse files
committed
fix size
1 parent 429ac30 commit 8feb4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/components/RepoActionView.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="action-view-container">
33
<div class="action-view-header">
44
<div class="action-info-summary">
5-
<ActionRunStatus :status="run.status" size="20"/>
5+
<ActionRunStatus :status="run.status" :size="20"/>
66
<div class="action-title">
77
{{ run.title }}
88
</div>

0 commit comments

Comments
 (0)