fixes #2074, reduce height of tag sub input box

This commit is contained in:
Toks
2014-01-03 01:40:30 -05:00
parent f392d059cd
commit f9df9ddb4a
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<%= simple_form_for(@tag_subscription) do |f| %>
<%= f.input :name %>
<%= f.input :tag_query, :hint => "Put separate tag combinations on separate lines." %>
<%= f.input :tag_query, :hint => "Put separate tag combinations on separate lines.", :input_html => {:size => "40x5"} %>
<div class="input">
<label for="tag_subscription_is_public">
<%= check_box "tag_subscription", "is_public" %>