diff --git a/src/sql/workbench/parts/notebook/cellViews/outputArea.css b/src/sql/workbench/parts/notebook/cellViews/outputArea.css index 7b16cea451..c3f80f0154 100644 --- a/src/sql/workbench/parts/notebook/cellViews/outputArea.css +++ b/src/sql/workbench/parts/notebook/cellViews/outputArea.css @@ -14,4 +14,9 @@ output-area-component .notebook-output { .output-userselect.actionselect { user-select: text; +} + +.output-userselect pre{ + white-space: pre-wrap; + word-wrap: break-word; } \ No newline at end of file