✨feature: Set up adding new prompts
🐞 fix: Add min-height for cards
This commit is contained in:
@@ -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 ${
|
||||
|
||||
Reference in New Issue
Block a user