/*Write your custom css in this file.*/
.table-responsive table td.all,
.table-responsive table th.all {
  word-break: break-word;      /* Memotong kata panjang */
  overflow-wrap: break-word;   /* Alias modern word-break */
  hyphens: auto;               /* Opsional: tambah tanda hubung */
}