Skip to content

Commit 241066a

Browse files
committed
fix: missing action buttons in operation card
1 parent 3e161b3 commit 241066a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/OperationCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export const OperationCard = ({ operation }: { operation: Operation }) => {
152152
const { data: levels } = useLevels()
153153

154154
return (
155-
<li className="mb-4 sm:mb-2 last:mb-0">
155+
<li className="mb-4 sm:mb-2 last:mb-0 relative">
156156
<ReLinkRenderer
157157
search={{ op: operation.id }}
158158
render={({ onClick, onKeyDown }) => (

0 commit comments

Comments
 (0)