mirror of
https://github.com/ancs21/reqpane.git
synced 2026-04-26 05:05:49 +03:00
[GH-ISSUE #1] Long content in Request tab get truncated and is not scrollable #1
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?
Originally created by @raymondtv on GitHub (Jan 6, 2026).
Original GitHub issue: https://github.com/ancs21/reqpane/issues/1
Description
When making a request with body having large content, the displayed content got truncated and not scrollable
Step to reproduce
RequesttabActual Result
The displayed content got truncated. Scrolling show no effect => Unable to view the whole content in
RequesttabExpected Result
The displayed content is scrollable.
Attachment