Issue #3523: Overflow text username in Duych - maybe several language-_

This commit is contained in:
movilla 2012-08-30 16:03:35 +02:00
parent 94525f5e45
commit 6a32bdd570

View file

@ -15,7 +15,7 @@
</label>
<div class="controls">
<%= f.text_field :username, :required => true, :pattern => "[A-Za-z0-9_.@\-]+", :autocapitalize => "off", :autocorrect => "off", :autofocus => true, :style => "width: 60%;", :autofocus => "autofocus" %>
<%= f.text_field :username, :required => true, :pattern => "[A-Za-z0-9_.@\-]+", :autocapitalize => "off", :autocorrect => "off", :autofocus => true, :style => "width: 60%;" %>
</div>
</div>