Reran reference tests and merged in main to fix conflicts

This commit is contained in:
alexjanousekGSA
2025-07-31 17:07:17 -04:00
parent 1203546a97
commit aa18d1447e
15 changed files with 19 additions and 22 deletions

View File

@@ -48,7 +48,7 @@
`;
};
ListEntry.prototype.renderAddButton = function(data) {
return `<button type="button" class="usa-button usa-button--outline input-list__button--add">Add another ${data.listItemName} (${data.entriesLeft} remaining)</button>`;
return `<button type="button" class="usa-button usa-button--outline input-list__button--add margin-top-4">Add another ${data.listItemName} (${data.entriesLeft} remaining)</button>`;
};
ListEntry.prototype.getSharedAttributes = function () {
var $inputs = this.$wrapper.find('input'),