From 09c5cfde5ccc48f73e36a238cb373580fa71c063 Mon Sep 17 00:00:00 2001 From: YoungCheon Kim Date: Sun, 24 Nov 2024 19:36:54 +0900 Subject: [PATCH] fix:header background color set completely - append width:100% in notion-h --- packages/react-notion-x/src/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/react-notion-x/src/styles.css b/packages/react-notion-x/src/styles.css index 965860cf3..862845af6 100644 --- a/packages/react-notion-x/src/styles.css +++ b/packages/react-notion-x/src/styles.css @@ -493,6 +493,7 @@ max-width: 100%; white-space: pre-wrap; word-break: break-word; + width:100%; } .notion-h1 {