From f081a92f5939e141b6dbd7afe8ad1a9519d47f30 Mon Sep 17 00:00:00 2001 From: welpo Date: Fri, 3 May 2024 23:40:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20fix(add=5Fsrc=5Fto=5Fcode=5Fbloc?= =?UTF-8?q?k):=20avoid=20overlapping=20text?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/parts/_code.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/parts/_code.scss b/sass/parts/_code.scss index 3bf062b..7fdc566 100644 --- a/sass/parts/_code.scss +++ b/sass/parts/_code.scss @@ -86,7 +86,7 @@ pre { right: 1.3rem; padding-top: 0.3rem; padding-right: 1.3rem; - max-width: 80%; + max-width: calc(100% - 14em); height: 0.9rem; overflow: hidden; color: var(--hover-color);