fix: sidebar icon shrinking when label wraps (#3653)

Co-authored-by: Pedr <pedr@sleepstation.org.uk>
This commit is contained in:
Pedr Browne 2020-04-24 17:31:40 +01:00 committed by GitHub
parent 028ab535df
commit a9d0699a82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,6 +81,7 @@ const SidebarNavLink = styled(NavLink)`
${Icon} {
margin-right: 8px;
flex-shrink: 0;
}
${props => css`