Skip to content

Commit a8d601d

Browse files
authored
white-space: nowrap
1 parent 4960cc0 commit a8d601d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

index.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,9 @@ function calculateKcal($protein, $carbs, $fat)
341341
body {
342342
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
343343
}
344+
td {
345+
white-space: nowrap;
346+
}
344347
.meal-button {
345348
transition: all 0.15s ease;
346349
}

0 commit comments

Comments
 (0)