td.views-field-body {
  max-width: 360px;
}

.views-table-wrapper {
  /* TODO: Make tables responsive on mobile. Following css rules breaks the action dropdown */
  /*overflow: auto;*/

  th, tr {
    word-break: auto-phrase;
  }
}
