Kaynağa Gözat

Make markdown code blocks scrollable

Christian Harke 1 yıl önce
ebeveyn
işleme
2344eee2c6
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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;
   }