Skip to content

Commit

Permalink
Merge pull request #47 from maykinmedia/feature/43-wrap-body-contents
Browse files Browse the repository at this point in the history
[#43] Fix white-space css
  • Loading branch information
alextreme authored Nov 7, 2024
2 parents f4953c8 + c564f24 commit 988e2c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body.app-log_outgoing_requests.model-outgoingrequestslog .field-request_body .re
body.app-log_outgoing_requests.model-outgoingrequestslog .field-req_headers .readonly,
body.app-log_outgoing_requests.model-outgoingrequestslog .field-response_body .readonly,
body.app-log_outgoing_requests.model-outgoingrequestslog .field-res_headers .readonly {
white-space: pre;
white-space: pre-wrap;
font-family: monospace;
overflow: auto;

Expand Down

0 comments on commit 988e2c9

Please sign in to comment.