fix: Space for overflow menu on sidebar items

This commit is contained in:
Tom Moor
2021-04-27 18:58:37 -07:00
parent 7221e51b96
commit b13626631c

View File

@@ -160,7 +160,7 @@ const Link = styled(NavLink)`
}
${breakpoint("tablet")`
padding: 4px 16px;
padding: 4px 32px 4px 16px;
font-size: 15px;
`}
`;