Skip to content

Commit

Permalink
Merge pull request #15570 from allroundexperts/fix-15299
Browse files Browse the repository at this point in the history
fix: added vertical margin to the code block
  • Loading branch information
mountiny authored Mar 2, 2023
2 parents c0f14f4 + 7d6826b commit 7c226dd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import _ from 'underscore';
import htmlRendererPropTypes from '../htmlRendererPropTypes';
import withLocalize from '../../../withLocalize';
import {ShowContextMenuContext, showContextMenuForReport} from '../../../ShowContextMenuContext';
import styles from '../../../../styles/styles';

const propTypes = {
/** Press in handler for the code block */
Expand All @@ -30,6 +31,7 @@ const BasePreRenderer = forwardRef((props, ref) => {
<ScrollView
ref={ref}
horizontal
style={styles.mv2}
>
<ShowContextMenuContext.Consumer>
{({
Expand Down

0 comments on commit 7c226dd

Please sign in to comment.