Skip to content

Commit

Permalink
[#43] Fix white-space css
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmursa-dev committed Nov 6, 2024
1 parent f4953c8 commit c564f24
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 c564f24

Please sign in to comment.