ソースを参照

Make markdown code blocks scrollable

Christian Harke 1 年間 前
コミット
2344eee2c6
1 ファイル変更1 行追加0 行削除
  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;
   }