]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1556306 - Edit Attachment As Comment now uses variable rather than fixed width...
authorKohei Yoshino <kohei.yoshino@gmail.com>
Mon, 3 Jun 2019 18:35:47 +0000 (14:35 -0400)
committerGitHub <noreply@github.com>
Mon, 3 Jun 2019 18:35:47 +0000 (14:35 -0400)
skins/standard/attachment.css

index 5b482002e44488eb4896b9f0f0c5290a6f52e51d..e01a90a1b1b5fba915eed97f41070e26eade9de4 100644 (file)
@@ -254,6 +254,11 @@ div#update_container {
   white-space: nowrap;
 }
 
+#editFrame {
+  font-size-adjust: .5;
+  font-family: var(--font-family-monospace);
+}
+
 #editFrame,
 #viewDiffFrame,
 #viewFrame {