Changing text input size with Zurb Foundation (Rails 4.0) -


i attempted following:

<%= f.text_field :text, :style => "font-size:40px"%> 

this increases font size, not input box without foundation. there way within foundation without changing global default?

i want 1 input field.

enter image description here

if not mistaken, think can set size.

try

<%= f.text_field :text, :size => 20 %> 

Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -