I have an Angular project using Angular Material but I\'m running into a bug where sometimes the mat-sidenav-content has a margin-left: 365px; appl
mat-sidenav-content
margin-left: 365px;
Looks like I found the issue. Inside sidenav-group I had
sidenav-group
keyboard_arrow_down keyboard_arrow_up
When I should have
For some reason the would sometimes insert extra space.