fixed bulk action styling

This commit is contained in:
Cüneyt Şentürk 2020-12-25 15:53:38 +03:00
parent 42fcf74f63
commit 3d1522f545
2 changed files with 3 additions and 3 deletions

View File

@ -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 --*/

View File

@ -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">