fix: sidebar icon shrinking when label wraps (#3653)
Co-authored-by: Pedr <pedr@sleepstation.org.uk>
This commit is contained in:
parent
028ab535df
commit
a9d0699a82
@ -81,6 +81,7 @@ const SidebarNavLink = styled(NavLink)`
|
|||||||
|
|
||||||
${Icon} {
|
${Icon} {
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
${props => css`
|
${props => css`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user