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 GitHub
parent a5b8924e2d
commit ad36c1df3d

View File

@@ -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;
}