diff --git a/app/assets/javascripts/fileUpload.js b/app/assets/javascripts/fileUpload.js index d12e554ed..9ef72d531 100644 --- a/app/assets/javascripts/fileUpload.js +++ b/app/assets/javascripts/fileUpload.js @@ -16,7 +16,7 @@ // The label gets styled like a button and is used to hide the native file upload control. This is so that // users see a button that looks like the others on the site. // - this.$form.find('label.file-upload-button').addClass('usa-button'); + this.$form.find('label.file-upload-button').addClass('usa-button margin-bottom-1'); // Clear the form if the user navigates back to the page $(window).on("pageshow", () => this.$form[0].reset()); diff --git a/app/assets/javascripts/radioSelect.js b/app/assets/javascripts/radioSelect.js index fc26013b2..e8e212257 100644 --- a/app/assets/javascripts/radioSelect.js +++ b/app/assets/javascripts/radioSelect.js @@ -9,48 +9,48 @@ let states = { 'initial': Hogan.compile(` {{#showNowAsDefault}} -