Skip to content

Commit 04a38f4

Browse files
authored
fix
1 parent db67ab8 commit 04a38f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

report.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ function calculateKcal($protein, $carbs, $fat)
334334
<i data-lucide="chevron-down" class="w-4 h-4 toggle-icon transition-transform"></i>
335335
</div>
336336
</div>
337-
<div id="day-<?php echo $index; ?>" class=" p-4 overflow-x-auto day-content hidden border-t border-stone-100">
337+
<div id="day-<?php echo $index; ?>" class=" px-2 py-4 overflow-x-auto day-content hidden border-t border-stone-100">
338338
<table class="w-full">
339339
<thead>
340340
<tr class="text-xs text-stone-500 uppercase tracking-wide">
@@ -525,7 +525,7 @@ function updateDetailedView(weekDays) {
525525
<i data-lucide="chevron-down" class="w-4 h-4 toggle-icon transition-transform"></i>
526526
</div>
527527
</div>
528-
<div id="day-${dayIndex}" class=" p-4 overflow-x-auto day-content hidden border-t border-stone-100">
528+
<div id="day-${dayIndex}" class=" px-2 py-4 overflow-x-auto day-content hidden border-t border-stone-100">
529529
<table class="w-full">
530530
<thead>
531531
<tr class="text-xs text-stone-500 uppercase tracking-wide">

0 commit comments

Comments
 (0)