tooltip component edited

This commit is contained in:
Burak Civan
2022-07-06 17:27:09 +03:00
parent aa0a08d4bd
commit 7dd0d707b5
3 changed files with 15 additions and 4 deletions

View File

@ -1,7 +1,7 @@
@props(['module', 'installed', 'enable'])
@if (! empty($module->plan))
<x-tooltip message="{{ trans('modules.hosted_on_akaunting') }}" placement="top">
<x-tooltip message="{{ trans('modules.hosted_on_akaunting') }}" placement="top" width="w-full">
<x-link
href="{{ $module->action_url }}"
target="_blank"
@ -83,7 +83,7 @@
@endif
@else
@if ($module->install)
<x-tooltip message="{{ trans('modules.hosted_on_akaunting') }}" placement="top">
<x-tooltip message="{{ trans('modules.hosted_on_akaunting') }}" placement="top" width="w-full">
<x-link
href="{{ $module->action_url }}"
target="_blank"
@ -94,7 +94,7 @@
</x-link>
</x-tooltip>
@else
<x-tooltip message="{{ trans('modules.hosted_on_akaunting') }}" placement="top">
<x-tooltip message="{{ trans('modules.hosted_on_akaunting') }}" placement="top" width="w-full">
<x-link
href="{{ $module->action_url }}"
target="_blank"