Skip to content

Commit

Permalink
fix failing check
Browse files Browse the repository at this point in the history
  • Loading branch information
codeEmpress1 committed Feb 29, 2024
1 parent 93e1ac7 commit 3f9f8d1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scss/_patterns_side-navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@
display: block;
font-size: map-get($base-font-sizes, base);
margin: 0;
max-width: none;
}

%side-navigation__link {
Expand Down Expand Up @@ -525,10 +526,6 @@
padding-left: $spv--small;
}

.p-side-navigation__heading--linked {
max-width: none;
}

.p-side-navigation__heading,
.p-side-navigation__heading--linked {
@extend %side-navigation__heading;
Expand Down

0 comments on commit 3f9f8d1

Please sign in to comment.