Skip to content

Commit 97d0ff5

Browse files
committed
fix: remove default button class configuration in SimpleForm setup
1 parent ed3fa9d commit 97d0ff5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

config/initializers/simple_form_bootstrap.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
# Use this setup block to configure all options available in SimpleForm.
1616
SimpleForm.setup do |config|
1717
# Default class for buttons
18-
# config.button_class = 'btn btn-default'
1918

2019
# Define the default class of the input wrapper of the boolean input.
2120
config.boolean_label_class = 'form-check-label'

0 commit comments

Comments
 (0)