diff --git a/lib/core/layout/components/layout-container/layout-container.component.html b/lib/core/layout/components/layout-container/layout-container.component.html
index 6e8dd73b13..51f2f2b939 100644
--- a/lib/core/layout/components/layout-container/layout-container.component.html
+++ b/lib/core/layout/components/layout-container/layout-container.component.html
@@ -9,7 +9,7 @@
-
diff --git a/lib/core/layout/components/layout-container/layout-container.component.scss b/lib/core/layout/components/layout-container/layout-container.component.scss
index 178efc1e61..25d0ee2947 100644
--- a/lib/core/layout/components/layout-container/layout-container.component.scss
+++ b/lib/core/layout/components/layout-container/layout-container.component.scss
@@ -36,12 +36,9 @@
background-color: mat-color($background,background);
}
- mat-sidenav-content {
- margin-left: 0px !important;
- }
-
- .mat-sidenav-content,
+ mat-sidenav-content.mat-sidenav-content,
.mat-drawer-transition .mat-drawer-content {
+ margin-left: 0px !important;
transform: unset !important;
transition-property: unset !important;
transition-duration: unset !important;