text wrap fix

This commit is contained in:
Daniel Shleifman
2021-05-24 22:53:28 +03:00
parent 56bb3ac4e1
commit bc15cf736b
2 changed files with 2 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ export const TorrentCardDescription = styled.div`
background: #74c39c;
border-radius: 5px;
padding: 5px;
word-break: break-word;
`
export const TorrentCardDescriptionLabel = styled.div`