Skip to content

EDU-17643-blockquote#83

Merged
barbara-celi merged 22 commits into
mainfrom
EDU-17643-blockquote
Jun 9, 2026
Merged

EDU-17643-blockquote#83
barbara-celi merged 22 commits into
mainfrom
EDU-17643-blockquote

Conversation

@barbara-celi

Copy link
Copy Markdown
Contributor

Description

This PR refines the blockquote styling in the markdown renderer to improve layout consistency, width management, and overflow handling.

Changes

  • Grid Layout Optimization: Updated blockquote grid grid-template-rows from 1fr to auto for improved layout consistency.
  • Width Management: Added explicit width constraints to blockquote container children:
    • Set width: 100% and max-width: 100% to ensure proper responsive sizing.
    • Added min-width: 0 to prevent flex overflow issues.
  • Overflow Handling: Enhanced ch-code-scroll-parent styling within blockquotes with explicit width and scroll properties to prevent content overflow.
  • Build Updates: Updated compiled distribution files to reflect CSS changes.

File Modified

src/lib/markdown-renderer/styles.module.css

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Requires change to documentation, which has been updated accordingly.

@barbara-celi barbara-celi self-assigned this May 8, 2026
@barbara-celi barbara-celi added the release-patch Patch version bump label May 8, 2026

@karenkrieger karenkrieger left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@barbara-celi barbara-celi merged commit 467798d into main Jun 9, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release-patch Patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants