adjective

Url

1069 of 1578
Bad / Uncomfortable

cramped - Lacking space; uncomfortably small or tight, restricted in movement due to limited space.

We stayed in a cramped little cabin during our camping trip.

// 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(); }); }