Merge pull request #1261 from camel-cdr/patch-1

Horizontally scrollable code blocks, instead of wrapping.
This commit is contained in:
SleeplessOne1917 2023-06-14 23:25:30 +00:00 committed by GitHub
commit a53dfd4735
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,6 +75,11 @@
font-size: 1.2rem;
}
.md-div pre {
white-space: pre;
overflow-x: auto;
}
.md-div table {
border-collapse: collapse;
width: 100%;