Skip to content

Commit 1b6c67e

Browse files
committed
fix: force wrap for code blocks in print view
1 parent c093423 commit 1b6c67e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

client/themes/default/scss/app.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@
685685
display:inline-block;
686686
vertical-align:top;
687687
padding-top:0;
688-
688+
689689
&:first-child {
690690
width: 100%;
691691
}
@@ -1275,6 +1275,8 @@
12751275
color: #000;
12761276
box-shadow: none;
12771277
text-shadow: none;
1278+
white-space: pre-wrap !important;
1279+
overflow-wrap: break-word !important;
12781280
}
12791281
}
12801282
}

0 commit comments

Comments
 (0)