]> git.wh0rd.org - tt-rss.git/commitdiff
edit tags dialog: fix height
authorAndrew Dolgov <noreply@fakecake.org>
Wed, 4 Jan 2017 07:40:09 +0000 (10:40 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Wed, 4 Jan 2017 07:40:09 +0000 (10:40 +0300)
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>";