fixed bulk action styling
This commit is contained in:
parent
42fcf74f63
commit
3d1522f545
4
public/css/custom.css
vendored
4
public/css/custom.css
vendored
@ -847,8 +847,8 @@ table .align-items-center td span.badge {
|
|||||||
}
|
}
|
||||||
/*--lightbox Finish--*/
|
/*--lightbox Finish--*/
|
||||||
|
|
||||||
/*-- Search string & BulkAction Start --
|
/*-- Search string & BulkAction Start -- */
|
||||||
#app > .card > .card-header {
|
#app > .card > .card-header.bg-gradient-primary {
|
||||||
min-height: 88px;
|
min-height: 88px;
|
||||||
}
|
}
|
||||||
/*-- Search string & BulkAction Finish --*/
|
/*-- Search string & BulkAction Finish --*/
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
@endphp
|
@endphp
|
||||||
|
|
||||||
@if(!empty($actions_to_show))
|
@if(!empty($actions_to_show))
|
||||||
<div class="align-items-center d-none"
|
<div class="align-items-center d-none mt-2"
|
||||||
v-if="bulk_action.show"
|
v-if="bulk_action.show"
|
||||||
:class="[{'show': bulk_action.show}]">
|
:class="[{'show': bulk_action.show}]">
|
||||||
<div class="mr-6">
|
<div class="mr-6">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user