Closed mirkoperillo closed 1 year ago
This seems to be an issue caused by white space in the <pre>
tag
Using white-space: normal
on <pre class="pre-scrollable" ...
element should fix the issue
Observe the white spaces in the inspector are automatically collapsed
Or the source response_view.html
can be edited to remove indentation inside <pre>
and that should also fix the issue
An unexpected empty space is present at the beginning of the raw response body visualization