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.
1 parent 3e161b3 commit 241066aCopy full SHA for 241066a
src/components/OperationCard.tsx
@@ -152,7 +152,7 @@ export const OperationCard = ({ operation }: { operation: Operation }) => {
152
const { data: levels } = useLevels()
153
154
return (
155
- <li className="mb-4 sm:mb-2 last:mb-0">
+ <li className="mb-4 sm:mb-2 last:mb-0 relative">
156
<ReLinkRenderer
157
search={{ op: operation.id }}
158
render={({ onClick, onKeyDown }) => (
0 commit comments