Skip to content

Commit

Permalink
Fix #4352 - ListOperation modal no longer showing when ellipsis is cl…
Browse files Browse the repository at this point in the history
…icked
  • Loading branch information
promatik committed May 15, 2022
1 parent bd76d19 commit 0d06d50
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/public/packages/backpack/base/css/blue-bundle.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/public/packages/backpack/base/css/bundle.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/resources/assets/scss/customs/_list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
padding-left: 0.6rem !important;
}

&[data-responsive="0"] {
&[data-responsive-table="0"] {
tr th:first-child {
padding-top: 0 !important;
padding-bottom: 0 !important;
Expand Down
2 changes: 1 addition & 1 deletion src/resources/views/crud/list.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<table
id="crudTable"
class="bg-white table table-striped table-hover nowrap rounded shadow-xs border-xs mt-2"
data-responsive="{{ (int) $crud->getOperationSetting('responsiveTable') }}"
data-responsive-table="{{ (int) $crud->getOperationSetting('responsiveTable') }}"
data-has-details-row="{{ (int) $crud->getOperationSetting('detailsRow') }}"
data-has-bulk-actions="{{ (int) $crud->getOperationSetting('bulkActions') }}"
cellspacing="0">
Expand Down

0 comments on commit 0d06d50

Please sign in to comment.