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 5741867 commit 8d9d092Copy full SHA for 8d9d092
web_src/js/components/RepoActionView.vue
@@ -504,7 +504,7 @@ export default defineComponent({
504
<SvgIcon name="octicon-trash" class="ui text black job-artifacts-icon"/>
505
</a>
506
</li>
507
- <li v-else>
+ <li class="job-artifacts-item" v-else>
508
<span style="color: var(--color-grey-light)">
509
<SvgIcon name="octicon-file" class="ui text light-gray job-artifacts-icon"/>{{ artifact.name }}
510
</span>
0 commit comments