last row border-bottom (#204)

This commit is contained in:
Cilibiu Bogdan
2018-02-28 10:06:01 +02:00
committed by Denys Vuika
parent 3a55411f40
commit 77bc9d556d

View File

@@ -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 {