add wrap to the <pre> tag (#5002)

* add wrap to the <pre> tag

* removed styles for browser support
This commit is contained in:
Maddy
2019-04-11 15:32:52 -07:00
committed by Chris LaFreniere
parent adfddeae27
commit 45005d61e0

View File

@@ -15,3 +15,8 @@ output-area-component .notebook-output {
.output-userselect.actionselect {
user-select: text;
}
.output-userselect pre{
white-space: pre-wrap;
word-wrap: break-word;
}