Skip to content

Commit

Permalink
Set the correct font family for Code block on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
daniloercoli committed Jan 31, 2019
1 parent bd629d8 commit 624b473
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-library/src/code/edit.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export default function CodeEdit( props ) {
isSelected={ props.isSelected }
onFocus={ onFocus }
onBlur={ onBlur }
fontFamily={ 'monospace' }
/>
</View>
);
Expand Down

0 comments on commit 624b473

Please sign in to comment.