1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-25 12:17:10 +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

@@ -1827,7 +1827,7 @@ class Pref_Feeds extends Handler_Protected {
}
print "</td></tr><tr><td colspan='2'>";
print "<textarea
style='font-size : 12px; width : 100%; height: 200px;'
style='font-size : 12px; width : 98%; height: 200px;'
placeHolder=\"".__("Feeds to subscribe, One per line")."\"
dojoType=\"dijit.form.SimpleTextarea\" required=\"1\" name=\"feeds\"></textarea>";