Skip to content

Commit

Permalink
Change: Style to break lines in cells
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Jun 23, 2022
1 parent e0334da commit aa9daac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
content: "";
border: 2px solid var(--wp-admin-theme-color);
}

.block-editor-rich-text__editable {
word-break: normal;
overflow-wrap: anywhere;
}
}
}
}
Expand Down
3 changes: 2 additions & 1 deletion src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
td {
box-sizing: border-box;
min-width: auto;
word-break: break-all;
word-break: normal;
overflow-wrap: anywhere;

img {
max-width: 100%;
Expand Down

0 comments on commit aa9daac

Please sign in to comment.