From 319ffae73f5eb48cfc274356cf9df31aabfb2ac4 Mon Sep 17 00:00:00 2001 From: Max Belsky Date: Sun, 21 Jul 2019 10:11:30 +0300 Subject: [PATCH] Setup overflow for code --- esdoc-publish-html-plugin/src/Builder/template/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/esdoc-publish-html-plugin/src/Builder/template/css/style.css b/esdoc-publish-html-plugin/src/Builder/template/css/style.css index fe3b2d9..949d1c1 100644 --- a/esdoc-publish-html-plugin/src/Builder/template/css/style.css +++ b/esdoc-publish-html-plugin/src/Builder/template/css/style.css @@ -89,6 +89,7 @@ code { pre > code { display: block; + overflow: auto; } pre.prettyprint, pre > code {