Skip to content

Commit

Permalink
fix: refactor indents for navigation popup (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaCG authored Sep 22, 2023
1 parent cdf187f commit 95c3b0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/navigation/components/NavigationItem/NavigationItem.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ $block: '.#{$ns}navigation-item';

&_dropdown {
margin-bottom: 0;

#{$block}__content_type_link {
padding: $indentXXXS $indentXXS;
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ $block: '.#{$ns}navigation-popup';
&__link {
height: 36px;
line-height: 20px;
padding: $indentXXXS $indentXXS;

border-radius: 8px;

Expand Down

0 comments on commit 95c3b0b

Please sign in to comment.