]> git.wh0rd.org - tt-rss.git/blobdiff - classes/article.php
edit tags dialog: fix height
[tt-rss.git] / classes / article.php
index 9a7c687074c930a39a23533ce824a5886c2cbc38..46e9bb7977aea98ea6409893b48599d1d0f994d2 100644 (file)
@@ -209,7 +209,7 @@ class Article extends Handler_Protected {
                print "<table width='100%'><tr><td>";
 
                print "<textarea dojoType=\"dijit.form.SimpleTextarea\" rows='4'
-                       style='font-size : 12px; width : 98%' id=\"tags_str\"
+                       style='height : 100px; font-size : 12px; width : 98%' id=\"tags_str\"
                        name='tags_str'>$tags_str</textarea>
                <div class=\"autocomplete\" id=\"tags_choices\"
                                style=\"display:none\"></div>";