diff --git a/js/views/Pantry.js b/js/views/Pantry.js
index 5cdb3e5..c5d0485 100644
--- a/js/views/Pantry.js
+++ b/js/views/Pantry.js
@@ -158,6 +158,37 @@ function photoStripMedia(image, icon, accentBg) {
export function getPantryHTML() {
return `
+
@@ -489,12 +520,12 @@ function tileIconHtml(item, size = 'sm') {
function shortfallTileHtml(item) {
const clamp = item.name.length > 25 ? ' min-w-0' : '';
return `
-