From 028716329d9b0efd3710ccc561e7326c00ff95fc Mon Sep 17 00:00:00 2001 From: Burak Civan Date: Fri, 28 Oct 2022 14:53:14 +0300 Subject: [PATCH] overflow disabled for dashboard --- resources/views/widgets/cash_flow.blade.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/views/widgets/cash_flow.blade.php b/resources/views/widgets/cash_flow.blade.php index 80c4e0791..44938413e 100644 --- a/resources/views/widgets/cash_flow.blade.php +++ b/resources/views/widgets/cash_flow.blade.php @@ -6,8 +6,8 @@ {!! $chart->container() !!} -
-
+
+
{{ $totals['incoming_for_humans'] }} @@ -18,10 +18,10 @@ {{ trans('general.incoming') }} - remove +
-
+
{{ $totals['outgoing_for_humans'] }} @@ -32,10 +32,10 @@ {{ trans('general.outgoing') }} - drag_handle +
-
+
{{ $totals['profit_for_humans'] }}