]> git.wh0rd.org - tt-rss.git/commitdiff
mail plugin: i guess rows= on dijit text areas doesn't work now
authorAndrew Dolgov <noreply@fakecake.org>
Wed, 4 Jan 2017 07:37:44 +0000 (10:37 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Wed, 4 Jan 2017 07:37:44 +0000 (10:37 +0300)
plugins/mail/init.php

index eba4a5ce97df0214c3d22c1225b95293b1e4084b..acd89de4745f1240eaef68aab6ba17c148759383 100644 (file)
@@ -162,7 +162,8 @@ class Mail extends Plugin {
 
                print "</td></tr>";
 
-               print "<tr><td colspan='2'><textarea dojoType=\"dijit.form.SimpleTextarea\" style='font-size : 12px; width : 98%' rows=\"20\"
+               print "<tr><td colspan='2'><textarea dojoType=\"dijit.form.SimpleTextarea\" 
+                       style='height : 200px; font-size : 12px; width : 98%' rows=\"20\"
                        name='content'>$content</textarea>";
 
                print "</td></tr></table>";