[css] add a margin on the button "delete entry" in collection

This commit is contained in:
2019-12-20 11:48:04 +01:00
parent 0ade3b9f4e
commit 323cc860d7
3 changed files with 6 additions and 1 deletions

View File

@@ -76,7 +76,7 @@ var initializeRemove = function(collection, entry) {
return;
}
button.classList.add('sc-button', 'bt-delete');
button.classList.add('sc-button', 'bt-delete', 'chill-collection__list__remove-entry');
button.textContent = content;
button.addEventListener('click', function(e) {