diff --git a/web/src/components/Notifications.jsx b/web/src/components/Notifications.jsx index 0b8b2e7d..dceb5b91 100644 --- a/web/src/components/Notifications.jsx +++ b/web/src/components/Notifications.jsx @@ -189,6 +189,7 @@ const MarkdownContainer = styled("div")` } pre { + overflow-x: scroll; padding: 0.9rem; }