fixed right link icons
This commit was merged in pull request #870.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user