From 942700c95989588c0c50f883ef3336684a872480 Mon Sep 17 00:00:00 2001 From: ChaCha3088 Date: Wed, 20 Sep 2023 11:14:11 +0900 Subject: [PATCH] fix: h tag not being new line when using multiple h tags in a row --- packages/react-notion-x/src/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-notion-x/src/styles.css b/packages/react-notion-x/src/styles.css index 184e8b3f0..defd63a5c 100644 --- a/packages/react-notion-x/src/styles.css +++ b/packages/react-notion-x/src/styles.css @@ -481,7 +481,7 @@ .notion-h { position: relative; - display: inline-block; + display: block; font-weight: 600; line-height: 1.3;