Skip to content

Commit

Permalink
Merge pull request #4744 from alioso/M3-2623
Browse files Browse the repository at this point in the history
M3-2623 Fix settings icon placement
  • Loading branch information
alioso authored Apr 1, 2019
2 parents 556ecc7 + 71c463c commit ced6359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PrimaryNav/PrimaryNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const styles: StyleRulesCallback<ClassNames> = theme => ({
},
fadeContainer: {
width: '100%',
height: '100%',
height: 'calc(100% - 80px)',
display: 'flex',
flexDirection: 'column'
},
Expand Down

0 comments on commit ced6359

Please sign in to comment.