添付ファイルでわかるように、クラス「typeahed」を入力フィールドに指定すると、入力フィールドはプリペンドと整列しません。
出力するコードは次のとおりです。
<%= f.input :notary_name,:label => 'Notary', :input_html => {:class => "span4"}, :wrapper => :prepend do %>
<span class="add-on"><i class="icon-search"></i></span><%= f.input_field :notary_name, :class => "span4 typeahead" %>
<%end%>
テキストのアイコンを変更しても、問題は同じです。
ありがとう、