mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
Merge branch 'main' of github.com:ChristoferMendes/hydra into feature/better-repack-modal
This commit is contained in:
commit
95e802372f
2 changed files with 21 additions and 20 deletions
|
@ -95,7 +95,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>
|
||||
<div
|
||||
style={{
|
||||
display: "flex",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue