From 518eb540aa1eb383e4b21a450b49b2b5aa5a1ba1 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Fri, 5 May 2017 19:15:03 +0100 Subject: [PATCH] refactor(aio): tweak the CSS to account for new CSS classes on `aio-shell` --- aio/src/styles/1-layouts/_marketing-layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/src/styles/1-layouts/_marketing-layout.scss b/aio/src/styles/1-layouts/_marketing-layout.scss index 97f3d182b6..224088d131 100644 --- a/aio/src/styles/1-layouts/_marketing-layout.scss +++ b/aio/src/styles/1-layouts/_marketing-layout.scss @@ -8,7 +8,7 @@ } } -aio-shell.marketing { +aio-shell:not(.view-SideNav) { md-sidenav-container.sidenav-container { max-width: none; }