Skip to content

Commit

Permalink
Merge pull request #59 from Laravel-Backpack/fix-details-row
Browse files Browse the repository at this point in the history
fix details row
  • Loading branch information
pxpm authored Oct 15, 2024
2 parents 2fe653f + cec54d3 commit e67ee94
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions resources/assets/css/coreui4.css
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,14 @@ a.btn:hover, li.paginate_button a {
padding-bottom: 1.25rem !important;
}

#crudTable_wrapper #crudTable tr th:first-child,
#crudTable_wrapper #crudTable tr td:first-child,
#crudTable_wrapper table.dataTable tr th:first-child,
#crudTable_wrapper table.dataTable tr td:first-child
{
display: flex;
}

#crudTable_wrapper #crudTable[data-has-bulk-actions="0"] .details-control,
#crudTable_wrapper #crudTable[data-has-bulk-actions="0"][data-has-details-row="0"] .dtr-control:before,
#crudTable_wrapper table.dataTable[data-has-bulk-actions="0"] .details-control,
Expand Down

0 comments on commit e67ee94

Please sign in to comment.