[ADF-4478] Fix layout container and empty template (#4683)

This commit is contained in:
davidcanonieto
2019-05-02 15:00:09 +01:00
committed by Denys Vuika
parent 6b1c60a5ae
commit d6719c0b57
2 changed files with 2 additions and 1 deletions

View File

@@ -578,6 +578,7 @@
.adf-datatable-body { .adf-datatable-body {
.adf-datatable-row { .adf-datatable-row {
height: 100%;
background-color: mat-color($background, card); background-color: mat-color($background, card);
border: none !important; border: none !important;

View File

@@ -14,7 +14,7 @@
} }
.adf-container-full-width { .adf-container-full-width {
width: 100%; width: inherit;
} }
.adf-sidenav--hidden { .adf-sidenav--hidden {