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
  • Loading branch information
yuwenmemon authored Jul 20, 2021
2 parents ff9b55b + f8c358e commit 029ed17
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 029ed17

Please sign in to comment.