width fix of expanding code box in documentation (#1156)

With some viewport widths the expansion of code sample boxes is still going over the sidebar. This fixes it.
This commit is contained in:
Daniel Santos 2020-06-22 12:05:29 +01:00 committed by GitHub
parent f27254d602
commit 4f56a9fc0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4828,7 +4828,7 @@ pre {
right: 50%;*/
/*margin-left: -30vw;*/
margin-right: -30vw;
max-width: 50vw;
max-width: 48vw;
}
}
.code-block .line-numbers-rows {