Forráskód Böngészése

Make markdown code blocks scrollable

Christian Harke 1 éve
szülő
commit
2344eee2c6
1 módosított fájl, 1 hozzáadás és 0 törlés
  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;
   }