Skip to content

Commit

Permalink
fix(layout): Navigation fix style specificity for AsideItem (#8790)
Browse files Browse the repository at this point in the history
  • Loading branch information
waterplea authored Sep 2, 2024
1 parent 5d53028 commit 77a1eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/layout/components/navigation/aside.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ aside[tuiNavigationAside] {
}
}

[tuiAsideItem] {
[tuiAsideItem][tuiAsideItem] {
inline-size: 100%;
justify-content: flex-start;
gap: 0.625rem;
Expand Down

0 comments on commit 77a1eea

Please sign in to comment.