-
Notifications
You must be signed in to change notification settings - Fork 524
Open
Description
When a comment inside a code block exceeds the block's width, the content overflows the boundaries instead of scrolling horizontally. This causes the code to be cut off and unreadable.
Expected behavior:
- Content within code blocks should scroll horizontally when it exceeds the block's boundaries.
Steps to reproduce:
- Make your viewport narrow enough so that the comment spills outside of the container.
- Observe that the content spills out of the code block and is not scrollable.
Please update the code block styling so overflowing content scrolls horizontally, ensuring all content remains visible and accessible.
Metadata
Metadata
Assignees
Labels
No labels