Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
style: submenu link width adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
TuukkaIkius committed Jan 24, 2024
1 parent 10467c6 commit d509ba9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/DropdownMenu/DropdownSubMenu.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ flex-direction: column;
}
}
.submenuLink {
box-sizing: border-box;
text-decoration: none;
font-size: 16px;
font-weight: bold;
Expand All @@ -40,7 +39,7 @@ flex-direction: column;
cursor: pointer;
color:var(--color-code);
@media (--nav) {
width:250px;
min-width:250px;
border-bottom: 1px solid #DFDFDF;
padding: 28px 16px 28px 24px;
}
Expand Down

0 comments on commit d509ba9

Please sign in to comment.