mirror of
https://github.com/coder/coder.git
synced 2026-09-22 21:22:17 +08:00
fix: Make entire row clickable in responsive navbar (#4182)
Fixes #3235.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user