fix: repacks-modal title overflow bug

This commit is contained in:
mouzidan 2024-05-13 22:18:42 +03:00
parent 76981b4fc8
commit a19ce240af

View File

@ -85,7 +85,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} - {repackersFriendlyNames[repack.repacker]} -{" "}
{repack.uploadDate