NotionX/react-notion-x

notion h tag series not being new line when using multiple h tags in a row

ChaCha3088 opened this issue · 2 comments

Description

Bug

I think there is a bug with showing multiple h tags in a row.

It looks like below.
Screenshot 2023-09-20 at 10 50 17

How to fix this problem

there is a css file in react-notion-x/src/styles.css

and i changed display: inline-block; to display: block;
Screenshot 2023-09-20 at 10 56 04

After Fix

Screenshot 2023-09-20 at 11 00 43

Notion Test Page ID

My Tech Blog which has the problem

LINK

My Notion Page linked with this blog page

LINK

Did you already fix it? Do you want me to submit a pr

@AFreeBaldy I got it done! thx