mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #5220] [MERGED] fix: (import-export) add spacing above exporter buttons #5112
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#5112
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/5220
Author: @tomwangcn
Created: 7/3/2025
Status: ✅ Merged
Merged: 8/8/2025
Merged by: @nivedin
Base:
patch← Head:main📝 Commits (2)
279231ffix(import-export): add spacing above exporter buttons9a56721chore: remove margin and add flex space📊 Changes
1 file changed (+6 additions, -1 deletions)
View changed files
📝
packages/hoppscotch-common/src/components/importExport/ImportExportList.vue(+6 -1)📄 Description
This PR improves the visual spacing of the exporter buttons in the import/export modal.
• Added margin-top to the exporter button list in ImportExportList.vue to provide clearer separation from the importers section.
• No functional changes, UI only.
• Aligns with Hoppscotch design consistency for modal layouts.
Before


After
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.