Merge pull request #5053 from giacomocavalieri/tutorial-code-tag

Wrap inline code on mobile devices
This commit is contained in:
Anton-4 2023-02-21 09:18:28 +01:00 committed by GitHub
commit 63f84ac750
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -322,6 +322,10 @@ p, aside, li, footer {
h1 code, h2 code, h3 code, h4 code, h5 code {
font-size: inherit;
}
code {
white-space: normal;
}
#tutorial-toc-toggle-label,
#close-tutorial-toc {