From 343ae9da7c190ceae69bfb51bcff04faade867f7 Mon Sep 17 00:00:00 2001 From: SethBurkart123 Date: Tue, 24 Oct 2023 01:02:50 +1100 Subject: [PATCH] hotfix before release: fixed overflowing of whatsnewtextcontainer --- src/inject/injected.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/inject/injected.css b/src/inject/injected.css index bf13236c..22b0a0a8 100644 --- a/src/inject/injected.css +++ b/src/inject/injected.css @@ -2881,6 +2881,7 @@ body { .whatsnewTextContainer { display: flex; + overflow-x: hidden; flex-direction: column; width: 90%; margin: 5px auto;