fix(pentest): tablet-friendly split-view (md → xl breakpoint)#2711
Merged
Conversation
…port The previous master-detail logic flipped at md (768px). At md-to-xl (768-1279px) — the iPad / narrow-laptop range — the split-view rendered both panes, but the global rail + section sub-nav already eat ~345px before SplitView even starts. That left the main pane at ~600px and squeezed the SevTally / detail header into letter-by-letter overflow (see customer screenshot). Bumping the cutoff to xl (1280px) means tablets and narrow laptops now use the master-detail flow (one pane + back-bar), and the split only kicks in once there's enough room for both panes to be useful. xl+ behavior is unchanged. Internal content layouts (4-stat band, KV strip, padding) stay at md breakpoints — those are about content within a single pane, not about whether the panes are split. They work correctly whether the pane is full-width (master-detail) or shares the row with the sidebar (split).
60fad59 to
efd1c85
Compare
Contributor
|
🎉 This PR is included in version 3.39.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
This is an automated pull request to merge fix/pentest-tablet-breakpoint into dev.
It was created by the [Auto Pull Request] action.
Summary by cubic
Raised the pentest SplitView breakpoint from
md(768px) toxl(1280px) to fix cramped layouts on tablets and narrow laptops. Belowxlwe now show a single pane with a back bar;xl+still shows both panes; in-pane content breakpoints stay atmd.md→xlinSplitView,RunList, andLoadingShell.xl, preventing header overflow.Written for commit a87e1bf. Summary will update on new commits. Review in cubic