Browse Source

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.
pull/485/head
cocide 4 years ago
committed by GitHub
parent
commit
13e213a748
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      static/css/ping_details.css

+ 1
- 0
static/css/ping_details.css View File

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


Loading…
Cancel
Save