NotionX / react-notion-x

Fast and accurate React renderer for Notion. TS batteries included. ⚡️
https://react-notion-x-demo.transitivebullsh.it
MIT License
4.69k stars 544 forks source link

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

Open ChaCha3088 opened 10 months ago

ChaCha3088 commented 10 months ago

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

CapedBojji commented 10 months ago

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

ChaCha3088 commented 10 months ago

@AFreeBaldy I got it done! thx