Merge pull request #1128 from batuhawk/master

Main charts alignment updated
This commit is contained in:
Batuhan Baş 2020-01-15 19:45:58 +03:00 committed by GitHub
commit 9912bbe156
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -129,7 +129,7 @@
<div class="card-header">
<h4 class="mb-0">{{ trans('widgets.cash_flow') }}</h4>
</div>
<div class="card-body pt-0" id="chart">
<div class="card-body" id="chart">
{!! $chart->container() !!}
</div>
</div>

View File

@ -2,7 +2,7 @@
<div class="card">
@include('partials.widgets.standard_header')
<div class="card-body pt-0" id="widget-line-{{ $model->id }}">
<div class="card-body" id="widget-line-{{ $model->id }}">
<div class="chart">
{!! $chart->container() !!}
</div>