Skip to content

Commit ea115c9

Browse files
authored
fix: Make entire row clickable in responsive navbar (coder#4182)
Fixes coder#3235.
1 parent 1c85799 commit ea115c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/components/NavbarView/NavbarView.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ const useStyles = makeStyles((theme) => ({
178178
alignItems: "center",
179179
color: colors.gray[6],
180180
display: "flex",
181+
flex: 1,
181182
fontSize: 16,
182183
padding: `${theme.spacing(1.5)}px ${theme.spacing(2)}px`,
183184
textDecoration: "none",

0 commit comments

Comments
 (0)