mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 10:42:08 +00:00
Switch database to cockroach db and remove height on comment card
This commit is contained in:
@@ -69,7 +69,7 @@ const CommentCardBody: React.FC<{
|
||||
const timeDistance = useTimeDistance(new Date(comment.createdAt));
|
||||
|
||||
return (
|
||||
<div className="card-body h-64 animate-in fade-in-10">
|
||||
<div className="card-body animate-in fade-in-10">
|
||||
<div className="flex flex-col justify-between sm:flex-row">
|
||||
<div>
|
||||
<h3 className="font-semibold sm:text-2xl">
|
||||
|
||||
Reference in New Issue
Block a user