From ad36c1df3df978cf6fcbc895fd9a1d84626ba37d Mon Sep 17 00:00:00 2001 From: Maddy <12754347+MaddyDev@users.noreply.github.com> Date: Thu, 11 Apr 2019 15:32:52 -0700 Subject: [PATCH] add wrap to the
 tag (#5002)

* add wrap to the 
 tag

* removed styles for browser support
---
 src/sql/workbench/parts/notebook/cellViews/outputArea.css | 5 +++++
 1 file changed, 5 insertions(+)

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