.table-wrap {
  overflow-x: scroll;
}

/* Wrap lines in the middle of "words" (usually URLs) if absolutely necessary */
p, h1, h2,
h3, h4, h5, h6 {
  overflow-wrap: break-word;
}