mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4478] Fix layout container and empty template (#4683)
This commit is contained in:
committed by
Denys Vuika
parent
6b1c60a5ae
commit
d6719c0b57
@@ -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;
|
||||||
|
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.adf-container-full-width {
|
.adf-container-full-width {
|
||||||
width: 100%;
|
width: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.adf-sidenav--hidden {
|
.adf-sidenav--hidden {
|
||||||
|
Reference in New Issue
Block a user