Skip to content

Commit c8f63cb

Browse files
multi line output fix, when paragraph result contains "carriage return" or "line feed".
1 parent 4a1edd5 commit c8f63cb

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

zeppelin-web/src/app/notebook/paragraph/paragraph.css

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,16 @@
3232
*/
3333

3434
.paragraph .text {
35-
display: block;
36-
unicode-bidi: embed;
3735
display: block !important;
38-
margin: 0 0 0 !important;
36+
font-family: "Monaco","Menlo","Ubuntu Mono","Consolas","source-code-pro",monospace;
37+
font-size: 12px !important;
3938
line-height: 1.42857143 !important;
39+
margin: 0 0 5px !important;
40+
padding-top: 2px;
41+
unicode-bidi: embed;
42+
white-space: pre-wrap;
4043
word-break: break-all !important;
4144
word-wrap: break-word !important;
42-
font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
43-
font-size: 12px !important;
44-
margin-bottom: 5px !important;
45-
padding-top: 2px;
4645
}
4746

4847
.paragraph table {

0 commit comments

Comments
 (0)