Skip to content

Commit

Permalink
Make full screen code block use the same font-size on the original co…
Browse files Browse the repository at this point in the history
…de block. (#447)
  • Loading branch information
cjcenizal authored Feb 24, 2018
1 parent f96bba2 commit df21979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/code/_code_block.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export class EuiCodeBlockImpl extends Component {
*/}
const fullScreenClasses = classNames(
'euiCodeBlock',
'euiCodeBlock--fontLarge',
fontSizeToClassNameMap[fontSize],
'euiCodeBlock-paddingLarge',
'euiCodeBlock-isFullScreen',
);
Expand Down

0 comments on commit df21979

Please sign in to comment.