Skip to content

Commit 8a67763

Browse files
committed
Looks Great
1 parent 73b63ff commit 8a67763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/Components/Resources/ResourceItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const emit = defineEmits(["upvote", "downvote"]);
3030
</td>
3131

3232
<!-- Image column -->
33-
<td class="align-middle">
33+
<td class="align-middle px-2">
3434
<ResourceThumbnail
3535
:src="resource.image_url"
3636
:alt="resource.name"

0 commit comments

Comments
 (0)