From 8b3b9c43756bbc55e491d6b86a0ed9271d940594 Mon Sep 17 00:00:00 2001 From: Andrea Oggioni Date: Thu, 21 Sep 2023 18:05:44 +0200 Subject: [PATCH] Aggiunto scroll orizzontale per formule troppo lunghe --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index e615642..0f84187 100644 --- a/style.css +++ b/style.css @@ -27,7 +27,7 @@ header { max-width: 100vw; } -.contenuti, p:has(.katex-display) { +.contenuti, .katex { overflow-x: auto; }