mirkoperillo/resting

Unexpected intial empty space viewing the raw response body

Closed this issue · 1 comments

An unexpected empty space is present at the beginning of the raw response body visualization

Selezione_058

This seems to be an issue caused by white space in the <pre> tag
image

Using white-space: normal on <pre class="pre-scrollable" ... element should fix the issue

image
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