mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #5884] [MERGED] fix(common): increase modal dialog width for more screen sizes #5392
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#5392
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/5884
Author: @iDschepe
Created: 2/17/2026
Status: ✅ Merged
Merged: 2/24/2026
Merged by: @jamesgeorge007
Base:
next← Head:feat/dialog-max-width-responsive📝 Commits (3)
c561b32fix(common): increase modal dialog width for more screen sizesebd25d5chore: increase width for doc modal98f7469fix(common): remove redundant lg breakpoint in documentation modal styles📊 Changes
4 files changed (+4 additions, -4 deletions)
View changed files
📝
packages/hoppscotch-common/src/components/collections/Properties.vue(+1 -1)📝
packages/hoppscotch-common/src/components/collections/documentation/index.vue(+1 -1)📝
packages/hoppscotch-common/src/components/environments/my/Details.vue(+1 -1)📝
packages/hoppscotch-common/src/components/environments/teams/Details.vue(+1 -1)📄 Description
Modify maximum modal width to use responsive viewport-based sizing for ultra-wide displays
Closes #4743
What's changed
sm:max-w-5xltosm:max-w-5xl lg:max-w-6xl xl:max-w-7xl 2xl:max-w-[80vw]Properties.vue)environments/my/Details.vue)environments/teams/Details.vue)The change provides:
Technical details
max-w-[80vw]for the2xlbreakpointNotes to reviewers
This change addresses the feature request in #4743, which specifically mentioned the need for better width utilization on larger screens, especially for UWQHD displays. The solution uses viewport-based units rather than fixed pixel values to ensure it scales appropriately across different ultra-wide monitor sizes.
Summary by cubic
Make modal dialogs scale better on large and ultra‑wide screens by increasing their max width on larger breakpoints (80vw at 2xl). Improves readability in Collection Properties, Documentation, and Environment Details.
Written for commit
98f7469749. Summary will update on new commits.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.