fix(admin): resolve FOM detail sidebar layout squishing on narrow viewports - #1068
Merged
Conversation
DerekRoberts
requested review from
OlgaLiber2 and
arcshiftsolutions
as code owners
August 21, 2026 03:01
Contributor
There was a problem hiding this comment.
Pull request overview
Improves FOM detail responsiveness on narrow viewports.
Changes:
- Makes sidebar key-value rows and buttons responsive.
- Stacks content and sidebar below the large breakpoint.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
fom-detail.component.scss |
Updates sidebar sizing and layout styles. |
fom-detail.component.html |
Adjusts responsive grid breakpoints and spacing. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
Summary of Changes
flex: 0 0 10.5remon.aside-card .nv-list span.namewithdisplay: flex; justify-content: space-between; align-items: baseline; gap: 0.5rem;so key labels and date values claim available width dynamically without awkward word wraps..aside-card .cta-btntowidth: 100%; max-width: 100%; min-width: 0preventing overflow in narrow containers.col-md-8 / col-md-4tocol-12 col-lg-8 / col-12 col-lg-4 mt-4 mt-lg-0to stack comfortably when snapped to half-screen on standard monitors (< 992px).Verification
npm run build:admin(production build passed)npm run test-unit(21 test suites passed, 184 tests passed)Screencaps
Before:

After:

Thanks for the PR!
Deployments, as required, will be available below:
Please create PRs in draft mode. Mark as ready to enable:
After merge, new images are deployed in: