From 59b6c9632a64c8c10682f784de1fce1ec129c8d2 Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Mon, 3 Jun 2019 14:35:47 -0400 Subject: [PATCH] Bug 1556306 - Edit Attachment As Comment now uses variable rather than fixed width font --- skins/standard/attachment.css | 5 +++++ 1 file changed, 5 insertions(+) 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 { -- 2.47.3