Skip to content

Commit d42c73a

Browse files
authored
Updating the markdown rendering to use EUI styles. (#35439)
1 parent 6aad909 commit d42c73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugins/code/public/components/main/content.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ class CodeContent extends React.PureComponent<Props> {
328328
}
329329
if (fileLanguage === LANG_MD) {
330330
return (
331-
<div className="markdown-body code-markdown-container">
331+
<div className="markdown-body code-markdown-container kbnMarkdown__body">
332332
<Markdown source={fileContent} escapeHtml={true} skipHtml={true} />
333333
</div>
334334
);

0 commit comments

Comments
 (0)