This commit is contained in:
Chubby Granny Chaser 2024-05-14 16:54:24 +01:00
commit 125264ff42

View file

@ -80,7 +80,9 @@ export function RepacksModal({
onClick={() => handleRepackClick(repack)}
className={styles.repackButton}
>
<p style={{ color: "#DADBE1" }}>{repack.title}</p>
<p style={{ color: "#DADBE1", wordBreak: "break-word" }}>
{repack.title}
</p>
<p style={{ fontSize: "12px" }}>
{repack.fileSize} - {repack.repacker} -{" "}
{repack.uploadDate