Skip to content

Commit

Permalink
Line height bug fix on small devices (#3) (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
reiallenramos authored May 5, 2020
1 parent ebb4c0a commit 0c95ec4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/client/styles/createUrlModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ const createUrlStyle = (theme) => ({
flexGrow: '1',
width: '100px', // Override default
padding: theme.spacing(0),
height: '100%',
lineHeight: '1.5',
},
startAdorment: {
height: '100%',
Expand Down

0 comments on commit 0c95ec4

Please sign in to comment.