mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #2142] [CLOSED] fix: graphql response vertical alignment #3645
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#3645
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/2142
Author: @ysdexlic
Created: 3/1/2022
Status: ❌ Closed
Base:
main← Head:bug/graphql-response-alignment📝 Commits (1)
01b6e6efix: graphql response vertical alignment📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
packages/hoppscotch-app/components/graphql/Response.vue(+1 -1)📄 Description
Description
Currently the GraphQL response pane is broken for large responses. As the content is aligned to the center you can't scroll up to see the beginning of the response, setting this alignment to
flex-startallows us to see all the content.There was also some padding around the response section which made it look different to the REST response pane and also made the response banner appear over the response text, I've removed this padding to make it look the same as the REST response section.
Checks
Additional Information
Screenshots for reference:
Before
After
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.