From d67d5d921ec7c7ee37fcdb7211dff8dc73773e7b Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Wed, 17 Jun 2015 09:02:21 +0200 Subject: [PATCH] Fix so plain text signature field uses monospace font (#1490435) --- CHANGELOG | 1 + skins/larry/settings.css | 1 + 2 files changed, 2 insertions(+) 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,