fixed right link icons

This commit was merged in pull request #870.
This commit is contained in:
victorAnumudu
2025-07-22 19:54:25 +01:00
parent 7eddfdf973
commit 40614427f1
6 changed files with 44 additions and 55 deletions
@@ -225,11 +225,17 @@ function PendingJobsPopout({ details, onClose, situation }) {
/>
</div>
<div className="my-2 md:flex">
<Detail
<div className="my-2">
{/* <Detail
label="Detail"
value={details.job_description || details.description}
/>
/> */}
<>
<label className='job-label w-full'>Detail</label>
<p className={`p-1 w-full text-sm text-slate-900 dark:text-white overflow-y-auto min-h-[100px]`}>
{details.job_description || details.description}
</p>
</>
</div>
</div>