mirror of
https://github.com/we-promise/sure.git
synced 2026-04-21 04:54:11 +00:00
UI: improve alignments with submit button & budget donut (#2131)
This commit is contained in:
@@ -51,7 +51,7 @@ class StyledFormBuilder < ActionView::Helpers::FormBuilder
|
||||
def submit(value = nil, options = {})
|
||||
default_options = {
|
||||
data: { turbo_submits_with: "Submitting..." },
|
||||
class: "btn btn--primary w-full"
|
||||
class: "btn btn--primary w-full justify-center"
|
||||
}
|
||||
|
||||
merged_options = default_options.merge(options)
|
||||
|
||||
Reference in New Issue
Block a user