[ADF-2772] fixed layout style (#3284)

This commit is contained in:
Vito
2018-05-08 16:52:41 +01:00
committed by Eugenio Romano
parent 696eae13d0
commit 70fe31f3e9

View File

@@ -1,13 +1,13 @@
:host {
display: block;
width: 100%;
height: 100%;
overflow: hidden;
}
@mixin adf-layout-container-theme($theme) {
$foreground: map-get($theme, foreground);
adf-layout-container {
display: block;
width: 100%;
height: 100%;
overflow: hidden;
}
ng-content {
display: block;
width: 100%;