laravel-compass
laravel-compass copied to clipboard
Request raw body no response
The response view doesn't show up when sending request using raw body option
it's a bug but it shows up, just at the very end of the page. scroll down.
add
<style type="text/css">
.CodeMirror {
height: auto !important;
}
</style>
inside the head
of layout.blade.php
for a quick fix