laravel-compass icon indicating copy to clipboard operation
laravel-compass copied to clipboard

Request raw body no response

Open jenky opened this issue 3 years ago • 2 comments

The response view doesn't show up when sending request using raw body option

jenky avatar Jun 25 '21 08:06 jenky

it's a bug but it shows up, just at the very end of the page. scroll down.

jonagoldman avatar Jul 21 '21 01:07 jonagoldman

add

<style type="text/css">
        .CodeMirror {
            height: auto !important;
        }
</style>

inside the head of layout.blade.php for a quick fix

jonagoldman avatar Jul 21 '21 02:07 jonagoldman