Merge branch 'main' into AA/trim-all-username-inputs

This commit is contained in:
SleeplessOne1917 2023-06-14 23:25:59 +00:00 committed by GitHub
commit 81187c85d8
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%;