From: Kohei Yoshino Date: Mon, 3 Jun 2019 18:35:47 +0000 (-0400) Subject: Bug 1556306 - Edit Attachment As Comment now uses variable rather than fixed width... X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=59b6c9632a64c8c10682f784de1fce1ec129c8d2;p=thirdparty%2Fbugzilla.git Bug 1556306 - Edit Attachment As Comment now uses variable rather than fixed width font --- diff --git a/skins/standard/attachment.css b/skins/standard/attachment.css index 5b482002e..e01a90a1b 100644 --- a/skins/standard/attachment.css +++ b/skins/standard/attachment.css @@ -254,6 +254,11 @@ div#update_container { white-space: nowrap; } +#editFrame { + font-size-adjust: .5; + font-family: var(--font-family-monospace); +} + #editFrame, #viewDiffFrame, #viewFrame {