From 925d41bdbb008d89c9a2962639fa0fde3184468e Mon Sep 17 00:00:00 2001 From: tangly Date: Mon, 17 Oct 2022 21:45:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DH=E6=A0=87=E9=A2=98=E4=B8=8D?= =?UTF-8?q?=E6=8D=A2=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/notion.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/styles/notion.css b/styles/notion.css index 6907ff61..c5727c94 100644 --- a/styles/notion.css +++ b/styles/notion.css @@ -388,13 +388,11 @@ .notion-h { position: relative; - display: inline-block; - + display: block; // 修复H标题不换行的问题 font-weight: 600; line-height: 1.3; padding: 3px 2px; margin-bottom: 1px; - max-width: 100%; white-space: pre-wrap; word-break: break-word;