]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/note/init.php
minor textarea fixes
[tt-rss.git] / plugins / note / init.php
index 2a32961fca8cc1c17e6e1fcf268057b39451ea53..94cb53c6c59baf3655d51bae6d39acfd723af3e9 100644 (file)
@@ -41,7 +41,7 @@ class Note extends Plugin {
 
                print "<table width='100%'><tr><td>";
                print "<textarea dojoType=\"dijit.form.SimpleTextarea\"
-                       style='font-size : 12px; width : 100%; height: 100px;'
+                       style='font-size : 12px; width : 98%; height: 100px;'
                        placeHolder='body#ttrssMain { font-size : 14px; };'
                        name='note'>$note</textarea>";
                print "</td></tr></table>";