Skip to content

Commit

Permalink
fix: wrap height in px
Browse files Browse the repository at this point in the history
  • Loading branch information
varl committed Nov 27, 2018
1 parent 5abd09d commit 8b15cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/js/components/app/NavigationBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const toolBarStyle = {
backgroundColor: Theme.palette.primary1Color,
color: Theme.palette.alternateTextColor,
padding: '0 24px 0 0',
height: 44px,
height: '44px',
};

class NavigationBar extends Component {
Expand Down

0 comments on commit 8b15cbf

Please sign in to comment.