You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When applying header labels on devlog's texts, the <h1> looks the same size as <h2>.
To Reproduce
Steps to reproduce the behavior:
Create a new devlog on a project
Write two text lines
Highlight one line, click the ¶ Format button, and select "Heading 1"
Highlight the other line, click the ¶ Format button, and select "Heading 2"
Click "Save" at the bottom
In the post's preview, you'll see both headers look the same
Expected behavior
The Heading 1 must be bigger than Heading 2. If you see the post's HTML code, the header tags are indeed <h1> and <h2>.
Screenshots
The text on the visual editor, the HTML editor, and the final post.
Desktop:
OS: Windows 10
Browser Firefox and Chrome
Version Firefox v130, Chrome v128
Additional context
The potential bug doesn't happen in posts not linked to a project (the ones you make via Dashboard>Posts>New post)
You can check the post where the screenshots come from HERE
The text was updated successfully, but these errors were encountered:
Describe the bug
When applying header labels on devlog's texts, the
<h1>
looks the same size as<h2>
.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The Heading 1 must be bigger than Heading 2. If you see the post's HTML code, the header tags are indeed
<h1>
and<h2>
.Screenshots
The text on the visual editor, the HTML editor, and the final post.
Desktop:
Additional context
The potential bug doesn't happen in posts not linked to a project (the ones you make via Dashboard>Posts>New post)
You can check the post where the screenshots come from HERE
The text was updated successfully, but these errors were encountered: