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/488/head
cocide 4 years ago
committed by Pēteris Caune
parent
commit
9fd9c8e4ef
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