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

Fix: fixed toggle issue #519

Open sseooh opened 10 months ago

sseooh commented 10 months ago

@transitive-bullshit @normdoow This is pr for issue #513.

fixed toggle issue

/react-notion-x/packages/react-notion-x/src/styles.css

.notion-h { display: inline-block; }

Changed the code above as below:

.notion-h { display: inline; }

vercel[bot] commented 10 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
react-notion-x ✅ Ready (Inspect) Visit Preview Sep 20, 2023 7:48am
react-notion-x-minimal-demo ✅ Ready (Inspect) Visit Preview Sep 20, 2023 7:48am