Specify 13px font-size for .message-part div.pre (#7375)

Default monospace fonts are larger than proportional fonts and so make the plain text message look oddly large, upsetting the aesthetics of the page.
pull/7342/merge
William Rankin 4 years ago committed by GitHub
parent b4dabff26c
commit 13b03c3953
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -339,6 +339,7 @@ body.task-error-login #layout {
div.pre {
font-family: monospace;
font-size: 13px;
}
}

Loading…
Cancel
Save