Skip to content

Commit

Permalink
fix: job action tooltip is not shown
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed May 30, 2024
1 parent bf7e356 commit 07e1be9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/ui/src/components/JobCard/JobCard.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
display: flex;
margin-top: 1rem;
width: 100%;
overflow: hidden;
max-height: 420px;
z-index: 1;
}

.sideInfo {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/components/JobCard/JobCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ import { Button } from '../Button/Button';
import * as Collapsible from '@radix-ui/react-collapsible';
import { Details } from './Details/Details';
import { JobActions } from './JobActions/JobActions';
import s from './JobCard.module.css';
import { Progress } from './Progress/Progress';
import { Timeline } from './Timeline/Timeline';
import s from './JobCard.module.css';

interface JobCardProps {
job: AppJob;
Expand Down

0 comments on commit 07e1be9

Please sign in to comment.