mirkoperillo / resting

A visual HTTP client browser extension
https://resting.owlcode.eu/
GNU General Public License v3.0
27 stars 12 forks source link

Unexpected intial empty space viewing the raw response body #170

Closed mirkoperillo closed 1 year ago

mirkoperillo commented 1 year ago

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

Selezione_058

nikhilraojl commented 1 year ago

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