increased width of name coulmn
This commit is contained in:
parent
e9903ee2f6
commit
b65be72809
@ -26,7 +26,7 @@ const getPhoneIcon = (type) => {
|
||||
const ListViewDirectory = ({ contact,setSelectedContact,setIsOpenModal }) => {
|
||||
return (
|
||||
<tr key={contact.id} >
|
||||
<td className="text-start" colSpan={2}>{`${contact.name}`}</td>
|
||||
<td className="text-start" style={{ width: '18%' }} colSpan={2}>{`${contact.name}`}</td>
|
||||
|
||||
{/* Emails */}
|
||||
<td >
|
||||
|
Loading…
x
Reference in New Issue
Block a user