diff --git a/public/themes/bootstrap4-dark-blue/theme.css b/public/themes/bootstrap4-dark-blue/theme.css index d8bdd4fa9..3046d81b0 100644 --- a/public/themes/bootstrap4-dark-blue/theme.css +++ b/public/themes/bootstrap4-dark-blue/theme.css @@ -2183,7 +2183,7 @@ .p-datatable .p-datatable-tbody > tr > td { text-align: left; border: 1px solid #3f4b5b; - border-width: 1px 0 0 0; + border-width: 0 0 1px 0; padding: 1rem 1rem; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, diff --git a/public/themes/bootstrap4-dark-purple/theme.css b/public/themes/bootstrap4-dark-purple/theme.css index 575182316..cc0a898d6 100644 --- a/public/themes/bootstrap4-dark-purple/theme.css +++ b/public/themes/bootstrap4-dark-purple/theme.css @@ -2183,7 +2183,7 @@ .p-datatable .p-datatable-tbody > tr > td { text-align: left; border: 1px solid #3f4b5b; - border-width: 1px 0 0 0; + border-width: 0 0 1px 0; padding: 1rem 1rem; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, diff --git a/public/themes/bootstrap4-light-blue/theme.css b/public/themes/bootstrap4-light-blue/theme.css index 6c12e08c2..28f0ba003 100644 --- a/public/themes/bootstrap4-light-blue/theme.css +++ b/public/themes/bootstrap4-light-blue/theme.css @@ -2183,7 +2183,7 @@ .p-datatable .p-datatable-tbody > tr > td { text-align: left; border: 1px solid #dee2e6; - border-width: 1px 0 0 0; + border-width: 0 0 1px 0; padding: 1rem 1rem; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, diff --git a/public/themes/bootstrap4-light-purple/theme.css b/public/themes/bootstrap4-light-purple/theme.css index 053906a53..41fda70bc 100644 --- a/public/themes/bootstrap4-light-purple/theme.css +++ b/public/themes/bootstrap4-light-purple/theme.css @@ -2183,7 +2183,7 @@ .p-datatable .p-datatable-tbody > tr > td { text-align: left; border: 1px solid #dee2e6; - border-width: 1px 0 0 0; + border-width: 0 0 1px 0; padding: 1rem 1rem; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler,