Merge pull request #2572 from SimpleIndian/master

Fixed overflowed code snippet
This commit is contained in:
Pavan Kumar Sunkara 2021-07-07 16:48:25 +01:00 committed by GitHub
commit a11ca85e8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -122,6 +122,7 @@ pre {
line-height: 1.2rem; line-height: 1.2rem;
padding: 1.5rem; padding: 1.5rem;
margin-bottom: 30px; margin-bottom: 30px;
overflow-x:auto;
} }
@media (max-width: 767px) { @media (max-width: 767px) {