From cba02ba800445f0626bed723cee55f71c8349aff Mon Sep 17 00:00:00 2001 From: herbert Date: Tue, 28 Sep 2021 17:02:17 +0200 Subject: [PATCH] pre width fix on torrent details --- static/styles/beluga/style.css | 5 +++++ static/styles/orion/style.css | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/static/styles/beluga/style.css b/static/styles/beluga/style.css index 0efcda7..25fafcb 100644 --- a/static/styles/beluga/style.css +++ b/static/styles/beluga/style.css @@ -1437,6 +1437,11 @@ pre { max-width: 878px; } +#torrent_details pre { + max-width: 720px; + width: 100%; +} + #donation { position: absolute; display: inline; diff --git a/static/styles/orion/style.css b/static/styles/orion/style.css index 856988c..23c5481 100644 --- a/static/styles/orion/style.css +++ b/static/styles/orion/style.css @@ -1767,6 +1767,11 @@ pre { max-width: 878px; } +#torrent_details pre { + max-width: 720px; + width: 100%; +} + #donation { position: absolute; display: inline;