Unverified Commit 76605396 authored by Joel's avatar Joel Committed by GitHub

fix: markdown code always show scrollbar (#237)

parent 5a6061ff
...@@ -779,7 +779,7 @@ ...@@ -779,7 +779,7 @@
max-width: 100%; max-width: 100%;
padding: 0; padding: 0;
margin: 0; margin: 0;
overflow-x: scroll; overflow-x: auto;
line-height: inherit; line-height: inherit;
word-wrap: normal; word-wrap: normal;
background-color: transparent; background-color: transparent;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment