fix: financial report data tables.

This commit is contained in:
a.bouhuolia
2022-02-14 14:09:17 +02:00
parent 673808cceb
commit 7eacaa0660
10 changed files with 75 additions and 62 deletions

View File

@@ -78,7 +78,7 @@ const GeneralLedgerDataTable = styled(DataTable)`
}
}
.tr:not(.no-results) .td {
.tr:not(.no-results) .td:not(:first-of-type) {
border-left: 1px solid #ececec;
}
.tr:last-child .td {
@@ -90,10 +90,11 @@ const GeneralLedgerDataTable = styled(DataTable)`
.td {
&.date {
font-weight: 500;
}
&.name {
border-left-color: transparent;
.cell-inner{
white-space: nowrap;
position: relative;
}
}
}