Angular Incorrect Margin-Left Applied To Sidenav Content

后端 未结 5 774
清歌不尽
清歌不尽 2021-01-12 22:30

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

5条回答
  •  南方客
    南方客 (楼主)
    2021-01-12 23:33

    Looks like I found the issue. Inside sidenav-group I had

    keyboard_arrow_down
    keyboard_arrow_up
    

    When I should have

    keyboard_arrow_down
    keyboard_arrow_up
    

    For some reason the would sometimes insert extra space.

提交回复
热议问题