fix: markdown code always show scrollbar (#237)

This commit is contained in:
Joel 2023-05-29 14:05:59 +08:00 committed by GitHub
parent 5a6061ff61
commit 7660539689
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;