From 911652133bb851d41f50f093dd577c0fc79a47b0 Mon Sep 17 00:00:00 2001 From: AnotherPillow <85362273+AnotherPillow@users.noreply.github.com> Date: Wed, 16 Jul 2025 20:09:02 +0100 Subject: [PATCH] fix: report body overflowing container (#3983) Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com> --- apps/frontend/src/components/ui/report/ReportInfo.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/frontend/src/components/ui/report/ReportInfo.vue b/apps/frontend/src/components/ui/report/ReportInfo.vue index 5e2b924c1..74bdfd0d8 100644 --- a/apps/frontend/src/components/ui/report/ReportInfo.vue +++ b/apps/frontend/src/components/ui/report/ReportInfo.vue @@ -172,6 +172,7 @@ const flags = useFeatureFlags(); .markdown-body { grid-area: body; + max-width: 100%; } .reporter-info {