From 37385c060224849e0c583659bab9698a2bdbf81a Mon Sep 17 00:00:00 2001 From: nikk gitanes Date: Sun, 28 May 2023 11:55:49 +0300 Subject: [PATCH] remove left margin for torrent card --- web/src/components/TorrentCard/style.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/TorrentCard/style.js b/web/src/components/TorrentCard/style.js index fce6485..006b9da 100644 --- a/web/src/components/TorrentCard/style.js +++ b/web/src/components/TorrentCard/style.js @@ -163,8 +163,8 @@ export const TorrentCardDescription = styled.div` } .description-statistics-element-value { - margin-left: 5px; margin-bottom: 10px; + margin-left: 0; word-break: break-all; @media (max-width: 1260px), (max-height: 500px) {