fix(docs-infra): add horizontal margins to nav menu (#42561)

add a 2px left and right margin to the aio-nav-menu to make
sure that the items outline doesn't get cropped

PR Close #42561
This commit is contained in:
dario-piotrowicz 2021-06-12 10:28:06 +01:00 committed by Alex Rickabaugh
parent 40612d1932
commit 7b85a4d457
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ mat-sidenav-container.sidenav-container {
aio-nav-menu {
display: block;
margin: 0 auto;
margin: 0 2px;
max-width: 268px;
&:first-of-type {