Use 'monospace' font for #redactorCodeBox
authorTim Düsterhus <timwolla@googlemail.com>
Tue, 4 Aug 2015 15:12:42 +0000 (17:12 +0200)
committerTim Düsterhus <timwolla@googlemail.com>
Tue, 4 Aug 2015 15:12:42 +0000 (17:12 +0200)
wcfsetup/install/files/js/3rdParty/redactor/plugins/wmonkeypatch.js

index b34c14fc094ab62e5391a755905d2cff8011eedf..aa81b374f5bfbc5d19b414254e6c5ca697b3751b 100644 (file)
@@ -1339,7 +1339,7 @@ RedactorPlugins.wmonkeypatch = function() {
                                        + '<legend>' + WCF.Language.get('wcf.bbcode.code') + '</legend>'
                                        + '<dl class="wide">'
                                                + '<dt></dt>'
-                                               + '<dd><textarea id="redactorCodeBox" class="long" rows="12" /></dd>'
+                                               + '<dd><textarea id="redactorCodeBox" class="long monospace" rows="12" /></dd>'
                                        + '</dl>'
                                + '</fieldset>';