Remove the border from the 'Category' column in the list view of the directory.
This commit is contained in:
parent
33b14208ec
commit
4c1934518d
@ -88,10 +88,16 @@ const ListViewDirectory = ({
|
|||||||
{contact.organization}
|
{contact.organization}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td className="px-2" style={{ width: "10%" }}>
|
{/* <td className="px-2" style={{ width: "10%" }}>
|
||||||
<span className="badge badge-outline-secondary">
|
<span className="badge badge-outline-secondary">
|
||||||
{contact?.contactCategory?.name || "Other"}
|
{contact?.contactCategory?.name || "Other"}
|
||||||
</span>
|
</span>
|
||||||
|
</td> */}
|
||||||
|
|
||||||
|
<td className="px-2" style={{ width: "10%" }}>
|
||||||
|
<span className="text-truncate">
|
||||||
|
{contact?.contactCategory?.name || "Other"}
|
||||||
|
</span>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td className="align-middle text-center" style={{ width: "12%" }}>
|
<td className="align-middle text-center" style={{ width: "12%" }}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user