Unexpected intial empty space viewing the raw response body
Closed this issue · 1 comments
mirkoperillo commented
nikhilraojl commented
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