Fixed #6580 - Invalid CSS in DataTable and TreeTable

pull/6596/head
Cagatay Civici 2024-10-16 09:38:59 +03:00
parent f823dc2c4a
commit 5db86f3067
2 changed files with 2 additions and 2 deletions

View File

@ -450,7 +450,7 @@ const theme = ({ dt }) => `
border-width: 1px 1px 0 1px; border-width: 1px 1px 0 1px;
} }
p-datatable-gridlines .p-datatable-tbody > tr:last-child > td { .p-datatable-gridlines .p-datatable-tbody > tr:last-child > td {
border-width: 1px 0 1px 1px; border-width: 1px 0 1px 1px;
} }

View File

@ -300,7 +300,7 @@ const theme = ({ dt }) => `
border-width: 1px 1px 0 1px; border-width: 1px 1px 0 1px;
} }
p-treetable-gridlines .p-treetable-tbody > tr:last-child > td { .p-treetable-gridlines .p-treetable-tbody > tr:last-child > td {
border-width: 1px 0 1px 1px; border-width: 1px 0 1px 1px;
} }