Skip to content

Commit

Permalink
fix: link width
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjon3s committed May 24, 2024
1 parent d0d5ae7 commit 7e31698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor.planx.uk/src/pages/Team.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ const DashboardLink = styled(Link)(({ theme }) => ({
textDecoration: "none",
color: "currentColor",
fontWeight: FONT_WEIGHT_SEMI_BOLD,
marginBottom: theme.spacing(1.5),
padding: theme.spacing(2),
margin: 0,
width: "100%",
}));

const StyledSimpleMenu = styled(SimpleMenu)(({ theme }) => ({
Expand Down

0 comments on commit 7e31698

Please sign in to comment.