Skip to content

Commit

Permalink
Merge pull request #6156 from Expensify/yuwen-lineHeight
Browse files Browse the repository at this point in the history
Remove lineHeight from baseFontStyle to stop text from flowing into links

(cherry picked from commit 7b4a3e5)
  • Loading branch information
luacmartins authored and OSBotify committed Nov 1, 2021
1 parent e08693b commit 1d29cee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -2203,7 +2203,6 @@ const webViewStyles = {
baseFontStyle: {
color: themeColors.text,
fontSize: variables.fontSizeNormal,
lineHeight: variables.fontSizeNormalHeight,
fontFamily: fontFamily.GTA,
flex: 1,
},
Expand Down

0 comments on commit 1d29cee

Please sign in to comment.