Skip to content

Commit

Permalink
Replaced pre-wrap with break-spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
harshit078 committed Sep 8, 2024
1 parent cf20679 commit 8cc5810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-2/src/NodeViewContent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const NodeViewContent: Component = {
render(this: NodeViewContentInterface, createElement: CreateElement) {
return createElement(this.as, {
style: {
whiteSpace: 'pre-wrap',
whiteSpace: 'break-spaces',
},
attrs: {
'data-node-view-content': '',
Expand Down

0 comments on commit 8cc5810

Please sign in to comment.