Skip to content

Commit

Permalink
Merge branch 'development' into qol-dx-debug-print-view
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Mar 5, 2025
2 parents 8986f55 + 513a575 commit 5666952
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const EditorWYSIWYGSwitch: React.FC<EditorWYSIWYGProps> = (props: EditorWYSIWYGP

if (print) {
return (
<div className=" editorWYSIWYG jodit-wysiwyg textarea-print" dangerouslySetInnerHTML={{ __html: value || '' }} />
<div className="editorWYSIWYG jodit-wysiwyg textarea-print" dangerouslySetInnerHTML={{ __html: value || '' }} />
)
}

Expand Down
2 changes: 2 additions & 0 deletions src/client/components/Inputs/TextArea/TextArea.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@

.textarea-print {
padding-bottom: 12px;
word-wrap: break-word;
word-break: break-all;
}

0 comments on commit 5666952

Please sign in to comment.