Skip to content

Commit

Permalink
fix(Navigation): wrap for item label
Browse files Browse the repository at this point in the history
  • Loading branch information
zouxuoz committed Apr 17, 2019
1 parent e0545b5 commit 7ceb5ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Navigation/Navigation.theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ const [NavigationItemLabel, themeItemLabel] = createThemeTag(`${name}ItemLabel`,
opacity: '0',
visibility: 'hidden',
transition: 'all 0.1s',
whiteSpace: 'nowrap',
},
});

Expand Down

0 comments on commit 7ceb5ef

Please sign in to comment.