Merge pull request #351 from mohannadzidan/fix/repacks-modal-title-overflow-bug

fix: repacks-modal title overflow bug
This commit is contained in:
Zamitto 2024-05-13 20:12:32 -03:00 committed by GitHub
commit 27ea6a54f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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