chore: back-merge 1.5.2 to develop#104
Merged
ryanaidilp merged 7 commits intodevelopfrom Mar 31, 2026
Merged
Conversation
Root cause: all section wrapper divs used overflow-hidden which clipped child code blocks, math formulas and params tables. Fix: - Replace overflow-hidden with overflow-x-hidden on all section containers to preserve border-radius while allowing horizontal scroll in children - Fix CodeBlock.vue wrapper: overflow hidden → overflow-x auto - Fix .code-panel in style.css: overflow hidden → overflow-x auto Affected components: - ParamsTable, GlossarySection, OverviewSection, VaccinationSection - RegenciesSection, StatisticsSection, TaskForcesSection - NationalLatestSection, HealthCheckSection, ProvincesSection - AuthenticationSection, HospitalsSection, RootEndpointSection - ProvinceCasesSection, NationalHistoricalSection, ErrorHandlingSection
…max-width - Remove overflow-x:hidden from .api-section-grid > * (was clipping code blocks) - Use min-width:0 + max-width:100% instead for proper containment - Add overflow-x:hidden + max-width:100vw to body and #app
…tion - GlossarySection: add min-w-0 + overflow-x-hidden to grid column children to prevent content from expanding beyond column width - GlossarySection: fix grid-cols-2 without breakpoint → grid-cols-1 sm:grid-cols-2 - GlossarySection: break long Gamma posterior formula into 2 display-mode lines - GlossarySection: add min-w-0 break-words to Rt table description spans - ApiSection: use flex-wrap + break-all on endpoint URL to prevent overflow Verified with Playwright iPhone 13 (390px): 3/3 PASS - Code blocks, JSON response ✅ - Rt interpretation table ✅ - Math formulas (KaTeX) ✅ - bodyHasHScroll: false ✅
hotfix: 1.5.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Back-merge 1.5.2 to develop
This PR merges the release
1.5.2back todevelop.Changes included
Warning
This PR had merge conflicts. Version conflicts were resolved by keeping the higher version number. Please review carefully.