Skip to content

Commit

Permalink
Merge pull request #4143 from Expensify/yuwen-lineHeight
Browse files Browse the repository at this point in the history
Modify line height so text does not get cut off in LHN

(cherry picked from commit 029ed17)
  • Loading branch information
yuwenmemon authored and OSBotify committed Jul 20, 2021
1 parent f4f458b commit a6796dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -800,8 +800,8 @@ const styles = {

optionDisplayName: {
fontFamily: fontFamily.GTA,
height: 18,
lineHeight: 18,
height: 20,
lineHeight: 20,
...whiteSpace.noWrap,
},

Expand Down

0 comments on commit a6796dc

Please sign in to comment.