Skip to content

Commit

Permalink
fix(layout): Navigation fix aside width according to spec (#9815)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin authored Nov 26, 2024
1 parent e33be97 commit b92202e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/layout/components/navigation/aside.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ aside[tuiNavigationAside] {
}

&._expanded {
inline-size: 13.75rem;
inline-size: 14.375rem;

+ main[tuiNavigationMain] {
max-inline-size: calc(100% - 13.75rem);
max-inline-size: calc(100% - 14.375rem);
}
}

Expand Down

0 comments on commit b92202e

Please sign in to comment.