From 9a2d86e4dc20081a414597811a20abd2ff6fa6df Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Thu, 1 Feb 2024 17:58:38 +0800 Subject: [PATCH] callout-text style overflow-hidden --- styles/notion.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/notion.css b/styles/notion.css index cd461c33..b78ab06b 100644 --- a/styles/notion.css +++ b/styles/notion.css @@ -950,6 +950,7 @@ code[class*='language-'] { margin-left: 8px; white-space: pre-wrap; word-break: break-word; + overflow: hidden; } .notion-toggle {