Preview:
@media (max-width: 767px) {
  .simple-table {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }

  .simple-table table {
    width: 100%;
    min-width: 640px;
  }

  .simple-table table th,
  .simple-table table td {
    overflow-wrap: normal;
    word-break: normal;
  }
}
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter