]> git.wh0rd.org - tt-rss.git/blobdiff - classes/pref/feeds.php
minor textarea fixes
[tt-rss.git] / classes / pref / feeds.php
index 96a234af09dcdaa46720febb14184892a0d97d61..4194eda98d6967a012cb7996eef95bbbe6a18b15 100644 (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>";