This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 929e5e9  WHIMSY-280 Use better font in forms in workbench
929e5e9 is described below

commit 929e5e93f98362f3a5d0bdc29f28792bd25a3a62
Author: Sebb <[email protected]>
AuthorDate: Sun Apr 12 13:35:13 2020 +0100

    WHIMSY-280 Use better font in forms in workbench
---
 www/secretary/workbench/public/secmail.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/secretary/workbench/public/secmail.css 
b/www/secretary/workbench/public/secmail.css
index 12cb9fb..fe59533 100644
--- a/www/secretary/workbench/public/secmail.css
+++ b/www/secretary/workbench/public/secmail.css
@@ -58,6 +58,7 @@ table.form {
 
 .form input, .form textarea, .form select {
   width: 100%;
+  font-family: monospace;
 }
 
 .form input:invalid, .form select:invalid, .form textarea:invalid {

Reply via email to