From 4f56a9fc0f12a6a6d3e350a252937d6da2c9d378 Mon Sep 17 00:00:00 2001 From: Daniel Santos Date: Mon, 22 Jun 2020 12:05:29 +0100 Subject: [PATCH] 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. --- .../github.com/gohugoio/gohugoioTheme/assets/output/css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_vendor/github.com/gohugoio/gohugoioTheme/assets/output/css/app.css b/_vendor/github.com/gohugoio/gohugoioTheme/assets/output/css/app.css index 9a0f62830..baf3278b0 100644 --- a/_vendor/github.com/gohugoio/gohugoioTheme/assets/output/css/app.css +++ b/_vendor/github.com/gohugoio/gohugoioTheme/assets/output/css/app.css @@ -4828,7 +4828,7 @@ pre { right: 50%;*/ /*margin-left: -30vw;*/ margin-right: -30vw; - max-width: 50vw; + max-width: 48vw; } } .code-block .line-numbers-rows {