fixed bulk action styling
This commit is contained in:
parent
42fcf74f63
commit
3d1522f545
|
|
@ -847,8 +847,8 @@ table .align-items-center td span.badge {
|
|||
}
|
||||
/*--lightbox Finish--*/
|
||||
|
||||
/*-- Search string & BulkAction Start --
|
||||
#app > .card > .card-header {
|
||||
/*-- Search string & BulkAction Start -- */
|
||||
#app > .card > .card-header.bg-gradient-primary {
|
||||
min-height: 88px;
|
||||
}
|
||||
/*-- Search string & BulkAction Finish --*/
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
@endphp
|
||||
|
||||
@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"
|
||||
:class="[{'show': bulk_action.show}]">
|
||||
<div class="mr-6">
|
||||
|
|
|
|||
Loading…
Reference in New Issue