Fix word wrap with no white spaces for status

This commit is contained in:
Gabriel Brown 2024-07-30 10:25:07 -05:00
parent 0fbd0f7182
commit eab772ad99

View File

@ -204,7 +204,8 @@ export default function Tech_Table({ employees }: { employees: Employee[] }) {
<td className="n-column px-1 md:py-3 border border-[#3e4446]">
{employee.name}
</td>
<td className="s-column max-w-[700px] px-1 md:py-3 border border-[#3e4446]">
<td className="s-column max-w-[700px] px-1 md:py-3 border
border-[#3e4446] wrapword">
<Drawer>
<DrawerTrigger>
<button onClick={() => handleStatusClick(employee.id)}>