Skip to content

Commit

Permalink
Update extra-options.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSantiago82 committed Jun 10, 2022
1 parent 861c675 commit a62d73c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/bootstrap/extra-options.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<td class="text-center">
<td class="text-center text-nowrap">
@foreach($ExtraData as $optionKey => $option)
<a style="padding-right: 15px;cursor: pointer" wire:click="emitOptions(`{{$option['event']}}`, {{$id}})" data-bs-toggle="tooltip" data-bs-placement="top" title="{{$option['title']}}">
<a style="padding-right: 8px;cursor: pointer" wire:click="emitOptions(`{{$option['event']}}`, {{$id}})" data-bs-toggle="tooltip" data-bs-placement="top" title="{{$option['title']}}">
<i class="{{$option['icon']}}" aria-hidden="true" style="{{$option['style']}}"></i>
</a>
@endforeach
Expand Down

0 comments on commit a62d73c

Please sign in to comment.