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

Request body value gets cut off and stays hidden #2832

Closed
2 tasks done
rahulhaque opened this issue Aug 14, 2024 · 3 comments
Closed
2 tasks done

Request body value gets cut off and stays hidden #2832

rahulhaque opened this issue Aug 14, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@rahulhaque
Copy link

I have checked the following:

  • I use the newest version of bruno.
  • I've searched existing issues and found nothing related to my issue.

Describe the bug

Form request body value gets cut off and stays hidden and cannot be visible by moving the cursor or mouse scroll. See the cmdContent value in attached screenshot.

.bru file to reproduce the bug

No response

Screenshots/Live demo link

Screenshot from 2024-08-14 13-10-47

@rahulhaque rahulhaque added the bug Something isn't working label Aug 14, 2024
@zachary-berdell-elliott
Copy link
Contributor

This bug is due to the css property display: contents; in the StyledWrapper for MultiLineEditor. Changing it to display: block; fixes the issue with the text being cut off. I'll raise a PR and link to this issue.
image
image

@zachary-berdell-elliott
Copy link
Contributor

PR raised here: #2917

@helloanoop
Copy link
Contributor

PR Merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants