Fixes various overflow issues, #724

This commit is contained in:
Tom Moor
2018-07-24 21:13:54 -07:00
parent 9fa1ad55ce
commit a75140b08c
3 changed files with 12 additions and 2 deletions

View File

@@ -161,6 +161,7 @@ const Wrapper = styled(Flex)`
const Content = styled.div`
width: 100%;
max-height: 4em;
`;
export default withRouter(withTheme(SidebarLink));