Skip to content

Commit fcbf917

Browse files
authored
Merge pull request #319 from Handiwork/dev
fix: stretch content's container in OperationCard
2 parents 9361b2d + 94bc285 commit fcbf917

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/OperationCard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ export const NeoOperationCard = ({ operation }: { operation: Operation }) => {
2323
<Card
2424
interactive={true}
2525
elevation={Elevation.TWO}
26-
className="relative flex flex-col gap-2"
26+
className="relative"
2727
>
28-
<ReLink search={{ op: operation.id }} className="block no-underline">
28+
<ReLink search={{ op: operation.id }} className="no-underline h-full flex flex-col gap-2">
2929
<div className="flex">
3030
<Tooltip2
3131
content={operation.parsedContent.doc.title}

0 commit comments

Comments
 (0)