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; }