.ck-content table {
  max-width: 100%;
  overflow-x: auto;
  display: block; /* Required for some browsers to apply overflow properly */
}
.ck-content table td,
.ck-content table th {
  word-break: break-word; /* Prevents long text strings from overflowing cells */
}

.ck-content p,span{
  overflow-wrap: break-word;
}