From 13b03c3953dc4d3c5bfb8664b2ca640d14be3956 Mon Sep 17 00:00:00 2001 From: William Rankin Date: Sat, 13 Jun 2020 15:53:55 +1000 Subject: [PATCH] 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. --- skins/elastic/styles/styles.less | 1 + 1 file changed, 1 insertion(+) diff --git a/skins/elastic/styles/styles.less b/skins/elastic/styles/styles.less index 77eea659d..d01aebe45 100644 --- a/skins/elastic/styles/styles.less +++ b/skins/elastic/styles/styles.less @@ -339,6 +339,7 @@ body.task-error-login #layout { div.pre { font-family: monospace; + font-size: 13px; } }