form#delete-tickets-form {
display: grid;
overflow-x: hidden;
max-width: 100%;
}

form#delete-tickets-form > .table-wrap {
overflow-x: auto;
}