Skip to content

Commit

Permalink
feat:break-word
Browse files Browse the repository at this point in the history
  • Loading branch information
wybieshang committed Mar 28, 2024
1 parent 04d1409 commit 9963c10
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -322,4 +322,7 @@ export default {
.no-accept-disabled svg {
fill: var(--w-e-toolbar-disabled-color) !important;
}
.w-e-text-container [data-slate-editor] {
word-break: break-word;
}
</style>
6 changes: 3 additions & 3 deletions packages/cw/cw_text_power_library/manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Plugin-Version: 1.0.0
Library-Type: Frontend
Metadata-File: usage.json
packages/extension/[email protected].3/dist-theme/demo.html: dist-theme/demo.html
packages/extension/[email protected].3/dist-theme/index.js: dist-theme/index.js
packages/extension/[email protected].3/dist-theme/index.js.map: dist-theme/index.js.map
packages/extension/[email protected].4/dist-theme/demo.html: dist-theme/demo.html
packages/extension/[email protected].4/dist-theme/index.js: dist-theme/index.js
packages/extension/[email protected].4/dist-theme/index.js.map: dist-theme/index.js.map
2 changes: 1 addition & 1 deletion packages/cw/cw_text_power_library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cw_text_power_library",
"title": "文本功能依赖库",
"description": "",
"version": "1.1.3",
"version": "1.1.4",
"main": "./index.js",
"author": "",
"repository": "",
Expand Down

0 comments on commit 9963c10

Please sign in to comment.