Skip to content

Commit

Permalink
fix: image not taking full width
Browse files Browse the repository at this point in the history
  • Loading branch information
sehnryr committed Nov 9, 2024
1 parent f8853b9 commit 7671db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Browse/ExtensionBrowse.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const MangaItem = (
<img
src={manga.coverUrl}
alt={manga.title}
className="h-full rounded-md object-cover"
className="w-full h-full rounded-md object-cover"
/>
)}
</div>
Expand Down

0 comments on commit 7671db2

Please sign in to comment.