Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overflow problem in response-inner div solved. #8029

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

onurkanbakirci
Copy link

Description

When api response involves long string response, responses-inner div overflows.

Screenshots about bug:

Screen Shot 2022-05-16 at 23 36 13

Solution Description

After adding overflow: hidden; to responses-inner css class, bug fixed.

Screenshots after solution applied:

Screen Shot 2022-05-16 at 23 39 37

@tim-lai
Copy link
Contributor

tim-lai commented May 25, 2022

@onurkanbakirci Thanks for the PR and investigating the issue. Wouldn't overflow:scroll be better, as one might want to view the entirety of content? That said, it might also be more preferable to specifically target the table body so that it also maintains its padding within its parent container. e.g. similar to the "response url" at the top of the same screenshot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants