Skip to content

Commit

Permalink
:p: Fix bad sizing of artifacts table
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnjack committed Feb 20, 2024
1 parent f77955d commit 5419092
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/frontend/src/components/ArtifactItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
>
</div>

<table class="border large-space large-text">
<table class="large-space large-text stripes">
<thead>
<tr>
<th
style="cursor: pointer; width: 15%"
style="cursor: pointer"
data-cy="artifacts-header-file"
@click="sortBy('filename')"
>
Expand Down

0 comments on commit 5419092

Please sign in to comment.