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.
This commit is contained in:
cocide 2021-02-27 19:19:04 -06:00 committed by Pēteris Caune
parent 2bfea987e9
commit 9fd9c8e4ef

View File

@ -24,6 +24,7 @@
padding: 16px;
margin: 0;
max-height: 500px;
line-height: 1em;
}
#email-body-html-iframe {