hotfix before release: fixed overflowing of whatsnewtextcontainer

This commit is contained in:
SethBurkart123
2023-10-24 01:02:50 +11:00
parent 7f9b00fe26
commit 343ae9da7c
+1
View File
@@ -2881,6 +2881,7 @@ body {
.whatsnewTextContainer { .whatsnewTextContainer {
display: flex; display: flex;
overflow-x: hidden;
flex-direction: column; flex-direction: column;
width: 90%; width: 90%;
margin: 5px auto; margin: 5px auto;