king
2025-02-20 e35e2d2e9956803b4ec5356395b02a6484441b4f
src/tabviews/custom/components/editor/braft-editor/index.scss
@@ -79,7 +79,7 @@
}
.custom-braft-editor-box.word-break {
  .braft-content {
    table {
    table:not(.no-break) {
      td, th {
        word-break: break-all!important;
      }
@@ -88,7 +88,7 @@
}
.custom-braft-editor-box.tb-flex {
  .braft-content {
    table {
    table:not(.no-flex) {
      table-layout: fixed;
    }
  }