Fix so plain text signature field uses monospace font (#1490435)

pull/282/merge
Aleksander Machniak 9 years ago
parent 92e36f6839
commit 3f4521bcf4

@ -9,6 +9,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
-------------

@ -334,6 +334,7 @@ img.skinthumbnail {
#rcmfd_signature {
width: 99%;
min-width: 390px;
font-family: monospace;
}
#rcmfd_signature_toolbar1 td,

Loading…
Cancel
Save