forked from GithubBackups/healthchecks
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:
parent
2bfea987e9
commit
9fd9c8e4ef
@ -24,6 +24,7 @@
|
|||||||
padding: 16px;
|
padding: 16px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
max-height: 500px;
|
max-height: 500px;
|
||||||
|
line-height: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#email-body-html-iframe {
|
#email-body-html-iframe {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user