manage layout accnt type and fixed width of table

This commit is contained in:
Ebube
2023-05-22 15:22:04 +01:00
parent 74c6f6526a
commit 6ae8be146f
6 changed files with 244 additions and 488 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ export default function MyJobTable({ MyJobList, reloadJobList, className }) {
<td className="py-9">
<div className="sm:flex sm:space-x-2 sm:justify-between sm:items-center job-items">
<div className="flex space-x-2 items-center job-items w-full">
<div className="w-full h-[60px] rounded-full overflow-hidden flex justify-center items-center flex-[0.1] max-w-[60px]">
<div className="w-full h-[60px] rounded-full overflow-hidden flex justify-center items-center flex-[0.1] min-w-[60px]">
<img
src={dataImage2}
alt="data"