Skip to content

Commit

Permalink
Merge pull request #319 from Handiwork/dev
Browse files Browse the repository at this point in the history
fix: stretch content's container in OperationCard
  • Loading branch information
guansss authored Jul 5, 2024
2 parents 9361b2d + 94bc285 commit fcbf917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/OperationCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ export const NeoOperationCard = ({ operation }: { operation: Operation }) => {
<Card
interactive={true}
elevation={Elevation.TWO}
className="relative flex flex-col gap-2"
className="relative"
>
<ReLink search={{ op: operation.id }} className="block no-underline">
<ReLink search={{ op: operation.id }} className="no-underline h-full flex flex-col gap-2">
<div className="flex">
<Tooltip2
content={operation.parsedContent.doc.title}
Expand Down

0 comments on commit fcbf917

Please sign in to comment.