Parcourir la source

Make markdown code blocks scrollable

Christian Harke il y a 1 an
Parent
commit
2344eee2c6
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      web/src/components/Notifications.jsx

+ 1 - 0
web/src/components/Notifications.jsx

@@ -189,6 +189,7 @@ const MarkdownContainer = styled("div")`
   }
 
   pre {
+    overflow-x: scroll;
     padding: 0.9rem;
   }