Merge pull request 'Remove the border from the 'Category' column in the list view of the directory.' (#210) from Kartik_Bug#510 into Issues_Jun_3W

Reviewed-on: #210
This commit is contained in:
Vikas Nale 2025-06-20 09:11:25 +00:00
commit cffa683b20

View File

@ -88,10 +88,16 @@ const ListViewDirectory = ({
{contact.organization}
</td>
<td className="px-2" style={{ width: "10%" }}>
{/* <td className="px-2" style={{ width: "10%" }}>
<span className="badge badge-outline-secondary">
{contact?.contactCategory?.name || "Other"}
</span>
</td> */}
<td className="px-2" style={{ width: "10%" }}>
<span className="text-truncate">
{contact?.contactCategory?.name || "Other"}
</span>
</td>
<td className="align-middle text-center" style={{ width: "12%" }}>