We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9361b2d + 94bc285 commit fcbf917Copy full SHA for fcbf917
src/components/OperationCard.tsx
@@ -23,9 +23,9 @@ export const NeoOperationCard = ({ operation }: { operation: Operation }) => {
23
<Card
24
interactive={true}
25
elevation={Elevation.TWO}
26
- className="relative flex flex-col gap-2"
+ className="relative"
27
>
28
- <ReLink search={{ op: operation.id }} className="block no-underline">
+ <ReLink search={{ op: operation.id }} className="no-underline h-full flex flex-col gap-2">
29
<div className="flex">
30
<Tooltip2
31
content={operation.parsedContent.doc.title}
0 commit comments