feature: Set up adding new prompts

🐞 fix: Add min-height for cards
This commit is contained in:
Keith Solomon
2025-07-16 21:44:47 -05:00
parent 29b7764e7f
commit d4f3555f36
3 changed files with 122 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ const formatDate = (dateStr: string | undefined) => {
};
---
<div class="border rounded p-4 bg-gray-400 text-gray-800 shadow-sm flex flex-col gap-2">
<div class="border rounded p-4 bg-gray-400 text-gray-800 shadow-sm flex flex-col gap-2 min-h-[12rem]">
<div class="flex items-center justify-between">
<h3 class="text-lg font-semibold">{title}</h3>
<span class={`text-xs font-medium px-2 py-1 rounded ${