From 248ab79ac4bc0f405c8dd88cfa6f9cb5569cfb53 Mon Sep 17 00:00:00 2001 From: curben <2809763-curben@users.noreply.gitlab.com> Date: Thu, 14 Nov 2019 02:06:15 +0000 Subject: [PATCH] fix(css): codeblock background width --- themes/chameleon/source/css/chameleon.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/chameleon/source/css/chameleon.css b/themes/chameleon/source/css/chameleon.css index f132dd1..57be485 100644 --- a/themes/chameleon/source/css/chameleon.css +++ b/themes/chameleon/source/css/chameleon.css @@ -192,7 +192,7 @@ samp { /* set codeblock width to minimum */ pre { - max-width: min-content; + max-width: max-content; } /* Hide post's excerpt in article */