diff --git a/CHANGELOG b/CHANGELOG index d0aee4845..90f4d3439 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -16,6 +16,7 @@ CHANGELOG Roundcube Webmail - Fix bug where some messages in multi-folder search couldn't be opened (#1490426) - Fix unintentional messages list page change on page switch in compose addressbook (#1490427) - Fix race-condition in saving user preferences and loading plugin config (#1490431) +- Fix so plain text signature field uses monospace font (#1490435) RELEASE 1.1.2 ------------- diff --git a/skins/larry/settings.css b/skins/larry/settings.css index 83446f1f0..b02c6d511 100644 --- a/skins/larry/settings.css +++ b/skins/larry/settings.css @@ -334,6 +334,7 @@ img.skinthumbnail { #rcmfd_signature { width: 99%; min-width: 390px; + font-family: monospace; } #rcmfd_signature_toolbar1 td,