From 13e213a748fe538e680bfe84e103dc5b5668dba4 Mon Sep 17 00:00:00 2001 From: cocide Date: Sat, 27 Feb 2021 19:19:04 -0600 Subject: [PATCH] fix line height on request body The line height in the ping request body is being set by the bootstrap.css body tag to 1.42857143. The additional line height makes request bodies with unicode characters have spacing between lines that shouldn't be there. --- static/css/ping_details.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/ping_details.css b/static/css/ping_details.css index 226ae6d4..11680b5d 100644 --- a/static/css/ping_details.css +++ b/static/css/ping_details.css @@ -24,6 +24,7 @@ padding: 16px; margin: 0; max-height: 500px; + line-height: 1em; } #email-body-html-iframe {