diff --git a/app/views/mobile/posts/index.html.erb b/app/views/mobile/posts/index.html.erb
index 2150fb221..e0f9d05ca 100644
--- a/app/views/mobile/posts/index.html.erb
+++ b/app/views/mobile/posts/index.html.erb
@@ -1,5 +1,5 @@
<%= form_tag(m_posts_path, :method => "get") do %>
- <%= text_field_tag("tags", params[:tags], :size => 17) %>
+ <%= text_field_tag("tags", params[:tags], :size => 14) %>
<%= submit_tag "Go", :name => nil %>
<% end %>
@@ -12,7 +12,7 @@