Simple_form adding class to form

后端 未结 3 1097
太阳男子
太阳男子 2020-12-11 00:55

I am using simple_form in my Rails application, I tried to add form-horizontal class to my form.

3条回答
  •  一向
    一向 (楼主)
    2020-12-11 01:14

    It's intended behaviour.

    So if you want to change it you should monkey-patch simple_form_css_class method in this file.

提交回复
热议问题