Merge pull request #1126 from batuhawk/master

Chart alignment updated
This commit is contained in:
Batuhan Baş 2020-01-14 18:23:36 +03:00 committed by GitHub
commit febdd6a641
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<div class="table-responsive overflow-auto mt-5">
<div class="table-responsive overflow-auto">
<table class="table align-items-center">
@include($class->views['table.header'])
<tbody>

View File

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