adjective

Url

49 of 60
Bad / Small

insignificant - Too small or unimportant to be worth consideration.

The difference in price between the two products was so insignificant that it didn’t matter which one he chose.

// Auto-focus search input when modal opens var searchModal = document.getElementById('searchModal'); if (searchModal) { searchModal.addEventListener('shown.bs.modal', function () { var inp = searchModal.querySelector('input[name=search]'); if (inp) inp.focus(); }); }