fix: Make entire row clickable in responsive navbar (#4182)

Fixes #3235.
This commit is contained in:
Kyle Carberry
2022-09-23 20:38:24 +00:00
committed by GitHub
parent 1c85799be5
commit ea115c981d
@@ -178,6 +178,7 @@ const useStyles = makeStyles((theme) => ({
alignItems: "center",
color: colors.gray[6],
display: "flex",
flex: 1,
fontSize: 16,
padding: `${theme.spacing(1.5)}px ${theme.spacing(2)}px`,
textDecoration: "none",