Skip to content

Commit

Permalink
fix height of official link
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanCaicedo committed Jan 30, 2020
1 parent 5d35b07 commit 8bed38a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/screens/RouteScreen.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ const useStyles = makeStyles(theme => ({
},
externalLink: {
color: 'rgba(0, 0, 0, 0.54)',
marginLeft: '5px'
marginLeft: '5px',
display: 'inline-block'
},
externalLinkIcon: {
position: 'relative',
Expand Down

0 comments on commit 8bed38a

Please sign in to comment.