1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:25:54 +00:00

minor textarea fixes

This commit is contained in:
Andrew Dolgov
2015-08-11 18:44:07 +03:00
parent c1ebb6cdf7
commit fb8a032a6b
6 changed files with 6 additions and 6 deletions

View 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>";