Skip to content

Commit 13eb68a

Browse files
fix(RHOAIENG-25648): added fix for overflow markdown catalog issue (opendatahub-io#4288)
1 parent 3af6aa3 commit 13eb68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/markdown/MarkdownComponent.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
code {
3535
font-family: var(--pf-t--global--font--family--mono);
3636
font-size: var(--pf-t--global--font--size--body--sm);
37-
white-space: pre;
37+
white-space: pre-wrap;
3838
}
3939
}
4040

0 commit comments

Comments
 (0)