Skip to content

Commit f42310d

Browse files
authored
fix
1 parent ea199f3 commit f42310d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

create.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ class="info-btn p-1 text-stone-400 hover:text-stone-600 hover:bg-stone-100 round
428428
<td class=text-center text-stone-500 border-l border-stone-100"><?php echo round($meal['carbs'], 2); ?></td>
429429
<td class=text-center text-stone-500 border-l border-stone-100"><?php echo round($meal['fat'], 2); ?></td>
430430
<td class=text-center border-l border-stone-100">
431-
<div class="flex max-sm:flex-col itens-center justify-center gap-1">
431+
<div class="flex itens-center justify-center gap-1">
432432
<button type="button"
433433
class="edit-meal-btn p-2 flex justify-center text-stone-500 hover:text-stone-700 hover:bg-stone-100 rounded-lg transition-colors"
434434
data-name="<?php echo htmlspecialchars($meal['name']); ?>"
@@ -781,7 +781,7 @@ class="info-btn p-1 text-stone-400 hover:text-stone-600 hover:bg-stone-100 round
781781
<td class=text-center text-stone-500 border-l border-stone-100">${formatNumber(meal.carbs)}</td>
782782
<td class=text-center text-stone-500 border-l border-stone-100">${formatNumber(meal.fat)}</td>
783783
<td class=text-center border-l border-stone-100">
784-
<div class="flex max-sm:flex-col itens-center justify-center gap-1">
784+
<div class="flex itens-center justify-center gap-1">
785785
<button type="button"
786786
class="edit-meal-btn p-2 flex justify-center text-stone-500 hover:text-stone-700 hover:bg-stone-100 rounded-lg transition-colors"
787787
data-name="${escapeHtml(meal.name)}"

0 commit comments

Comments
 (0)