I\'ve tried
#Default size for text inputs. config.default_input_size = 10
from config/initializers/simple_form.rb
I\'ve also tri
if you want to change "height", you need to modify css attribute:
<%= f.input :message, input_html: {style: 'height:10px;'} %>