diff --git a/src/styles/index.ts b/src/styles/index.ts index 19f5b791a9af..3b923862ee86 100644 --- a/src/styles/index.ts +++ b/src/styles/index.ts @@ -179,10 +179,9 @@ const webViewStyles = (theme: ThemeColors) => pre: { ...baseCodeTagStyles(theme), - paddingTop: 12, - paddingBottom: 12, - paddingRight: 8, - paddingLeft: 8, + paddingVertical: 8, + paddingHorizontal: 12, + fontSize: 13, fontFamily: FontUtils.fontFamily.platform.MONOSPACE, marginTop: 0, marginBottom: 0,