Skip to content

Commit

Permalink
fix styling for code block
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Dec 21, 2017
1 parent 45fa827 commit 9b87406
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ import {
KuiBar,
KuiBarSection,
} from 'ui_framework/components';
import {
EuiCodeBlock,
} from '@elastic/eui';

export function CommandBlock({ commands, paramValues, replaceTemplateStrings }) {

Expand All @@ -22,9 +25,9 @@ export function CommandBlock({ commands, paramValues, replaceTemplateStrings })
</KuiBar>
</div>
<div className="kuiVerticalRhythm">
<pre>
<EuiCodeBlock>
{cmdText}
</pre>
</EuiCodeBlock>
</div>
</div>
);
Expand Down

0 comments on commit 9b87406

Please sign in to comment.