Skip to content

Commit

Permalink
fix: added vertical styles to base pre renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
allroundexperts committed Mar 1, 2023
1 parent 879e623 commit 7d6826b
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 7d6826b

Please sign in to comment.