Skip to content

Commit

Permalink
Widget alignment issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mervekaraman committed Jan 5, 2024
1 parent 71e924c commit 79bc046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/widgets/donut_chart.blade.php
@@ -1,4 +1,4 @@
<div id="widget-{{ $class->model->id }}" class="apexcharts-donut-custom {{ $class->model->settings->width }}">
<div id="widget-{{ $class->model->id }}" class="apexcharts-donut-custom {{ $class->model->settings->width }} my-8">
@include($class->views['header'], ['header_class' => ''])

<div class="flex flex-col lg:flex-row mt-3" id="widget-donut-{{ $class->model->id }}">
Expand Down

0 comments on commit 79bc046

Please sign in to comment.