From 7bedd2e73a216ec8faa58f532621395bb181db22 Mon Sep 17 00:00:00 2001 From: herbert Date: Sun, 26 Sep 2021 18:31:58 +0200 Subject: [PATCH] width fix for pre on userhistory --- static/styles/beluga/style.css | 3 ++- static/styles/orion/style.css | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/static/styles/beluga/style.css b/static/styles/beluga/style.css index 7bee75e..0efcda7 100644 --- a/static/styles/beluga/style.css +++ b/static/styles/beluga/style.css @@ -1432,7 +1432,8 @@ pre { max-width: 95%; } -#forums pre { +#forums pre, +#userhistory pre { max-width: 878px; } diff --git a/static/styles/orion/style.css b/static/styles/orion/style.css index 14f1d6f..856988c 100644 --- a/static/styles/orion/style.css +++ b/static/styles/orion/style.css @@ -1762,7 +1762,8 @@ pre { max-width: 95%; } -#forums pre { +#forums pre, +#userhistory pre { max-width: 878px; }