Refine recipe tag layout

This commit is contained in:
Sam Becker 2025-03-02 23:48:13 -06:00
parent 3b7ef6541a
commit fd150c56e3

View File

@ -21,7 +21,7 @@ export default function PhotoRecipe({
countOnHover?: number
} & EntityLinkExternalProps) {
return (
<div className="flex w-full gap-2 h-[20.5px]">
<div className="flex w-full gap-2">
<EntityLink
title="Recipe"
label={formatRecipe(recipe)}
@ -44,7 +44,7 @@ export default function PhotoRecipe({
onClick={recipeOnClick}
className={clsx(
'self-start',
'px-1 py-0.5 mt-[1px]',
'px-1 py-0.5',
'text-[10px] text-medium tracking-wider',
)}
>