Skip to content

Commit

Permalink
💄 style(Navigation): adjust the margin between list group and adjacen…
Browse files Browse the repository at this point in the history
…t list item (#692)
  • Loading branch information
capdiem committed May 11, 2024
1 parent 3f99dfc commit dd3f526
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Masa.Stack.Components/wwwroot/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,8 @@ body, .masa-stack-components {
margin-bottom: 12px;
}

.masa-stack-components .m-list--nav .m-list-item:not(:last-child):not(:only-child) {
margin-bottom: 0;
.masa-stack-components .navigation .m-list-group--active > .m-list-group__items {
margin-bottom: 8px;
}

.masa-stack-components .m-list--nav .m-list-item, .m-list--nav .m-list-item:before {
Expand Down

0 comments on commit dd3f526

Please sign in to comment.