mirror of
https://github.com/ershisan99/podcaster.git
synced 2025-12-16 20:59:26 +00:00
fix: add w-full to episode card
This commit is contained in:
@@ -14,7 +14,7 @@ export function Episode() {
|
||||
);
|
||||
|
||||
return (
|
||||
<div className={"h-fit p-4 pb-6 shadow-md"}>
|
||||
<div className={"h-fit w-full p-4 pb-6 shadow-md"}>
|
||||
<h2 className={"text-2xl font-bold tracking-tight"}>{episode?.title}</h2>
|
||||
<div
|
||||
className={"prose mt-2 max-w-full border-b pb-4 leading-snug"}
|
||||
|
||||
Reference in New Issue
Block a user