overflow disabled for dashboard
This commit is contained in:
parent
a2e45afbcd
commit
028716329d
@ -6,8 +6,8 @@
|
|||||||
{!! $chart->container() !!}
|
{!! $chart->container() !!}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="w-96 lg:w-1/12 flex flex-row lg:flex-col items-center justify-around sm:justify-start lg:mt-11 space-y-0 sm:space-y-2">
|
<div class="w-full lg:w-1/12 flex flex-row lg:flex-col items-center justify-around sm:justify-start lg:mt-11 space-y-0 sm:space-y-2">
|
||||||
<div class="relative flex flex-col items-center sm:justify-between text-center">
|
<div class="relative w-32 lg:w-auto flex flex-col items-center sm:justify-between text-center">
|
||||||
<div class="flex justify-end lg:block text-lg">
|
<div class="flex justify-end lg:block text-lg">
|
||||||
<x-tooltip id="tooltip-cashflow-incoming" placement="top" message="{{ $totals['incoming_exact'] }}">
|
<x-tooltip id="tooltip-cashflow-incoming" placement="top" message="{{ $totals['incoming_exact'] }}">
|
||||||
{{ $totals['incoming_for_humans'] }}
|
{{ $totals['incoming_for_humans'] }}
|
||||||
@ -18,10 +18,10 @@
|
|||||||
{{ trans('general.incoming') }}
|
{{ trans('general.incoming') }}
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<span class="absolute lg:relative material-icons mt-2 -right-12 lg:right-0">remove</span>
|
<span class="absolute lg:relative hidden lg:block material-icons mt-2 -right-12 lg:right-0">remove</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="relative flex flex-col items-center sm:justify-between">
|
<div class="relative w-32 lg:w-auto flex flex-col items-center sm:justify-between">
|
||||||
<div class="flex justify-end lg:block text-lg">
|
<div class="flex justify-end lg:block text-lg">
|
||||||
<x-tooltip id="tooltip-cashflow-outgoing" placement="top" message="{{ $totals['outgoing_exact'] }}">
|
<x-tooltip id="tooltip-cashflow-outgoing" placement="top" message="{{ $totals['outgoing_exact'] }}">
|
||||||
{{ $totals['outgoing_for_humans'] }}
|
{{ $totals['outgoing_for_humans'] }}
|
||||||
@ -32,10 +32,10 @@
|
|||||||
{{ trans('general.outgoing') }}
|
{{ trans('general.outgoing') }}
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<span class="absolute lg:relative material-icons mt-2 -right-12 lg:right-0">drag_handle</span>
|
<span class="absolute lg:relative hidden lg:block material-icons mt-2 -right-12 lg:right-0">drag_handle</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="relative flex flex-col items-center sm:justify-between">
|
<div class="relative w-32 lg:w-auto flex flex-col items-center sm:justify-between">
|
||||||
<div class="flex justify-end lg:block text-lg">
|
<div class="flex justify-end lg:block text-lg">
|
||||||
<x-tooltip id="tooltip-cashflow-profit" placement="top" message="{{ $totals['profit_exact'] }}">
|
<x-tooltip id="tooltip-cashflow-profit" placement="top" message="{{ $totals['profit_exact'] }}">
|
||||||
{{ $totals['profit_for_humans'] }}
|
{{ $totals['profit_for_humans'] }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user