fix: report body overflowing container (#3983)

Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com>
This commit is contained in:
AnotherPillow 2025-07-16 20:09:02 +01:00 committed by GitHub
parent cee1b5f522
commit 911652133b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -172,6 +172,7 @@ const flags = useFeatureFlags();
.markdown-body {
grid-area: body;
max-width: 100%;
}
.reporter-info {