mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +00:00
last row border-bottom (#204)
This commit is contained in:
committed by
Denys Vuika
parent
3a55411f40
commit
77bc9d556d
@@ -83,6 +83,10 @@ adf-document-list {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
max-width: calc(100% - 2em);
|
max-width: calc(100% - 2em);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.adf-datatable-row:last-child .adf-datatable-table-cell {
|
||||||
|
border-bottom: 1px solid rgba(0, 0, 0, 0.07);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.empty-list {
|
.empty-list {
|
||||||
|
Reference in New Issue
Block a user