From 2f66932bd1a2e1d520549bbf7fa6378817265abf Mon Sep 17 00:00:00 2001 From: Georgios Kalpakas Date: Wed, 3 May 2017 23:24:29 +0300 Subject: [PATCH] fix(aio): make `aio-top-menu .nav-link` cover the whole `
  • ` Discussed in https://github.com/angular/angular/pull/16513/files#r114630560. --- aio/src/styles/1-layouts/_top-menu.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/aio/src/styles/1-layouts/_top-menu.scss b/aio/src/styles/1-layouts/_top-menu.scss index 1d58496922..64d04bc367 100644 --- a/aio/src/styles/1-layouts/_top-menu.scss +++ b/aio/src/styles/1-layouts/_top-menu.scss @@ -4,7 +4,8 @@ } aio-top-menu a.nav-link { - margin: 0 16px; + margin: 0; + padding: 24px 16px; cursor: pointer; &:focus { @@ -108,4 +109,4 @@ aio-search-box input { width: 50%; } } -} \ No newline at end of file +}