We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think there is a bug with showing multiple h tags in a row.
It looks like below.
there is a css file in react-notion-x/src/styles.css
and i changed display: inline-block; to display: block;
display: inline-block;
display: block;
LINK
The text was updated successfully, but these errors were encountered:
Did you already fix it? Do you want me to submit a pr
Sorry, something went wrong.
@AFreeBaldy I got it done! thx
No branches or pull requests
Description
Bug
I think there is a bug with showing multiple h tags in a row.
It looks like below.
How to fix this problem
there is a css file in react-notion-x/src/styles.css
and i changed
display: inline-block;
todisplay: block;
After Fix
Notion Test Page ID
My Tech Blog which has the problem
LINK
My Notion Page linked with this blog page
LINK
The text was updated successfully, but these errors were encountered: