feat: Update design of Contacts table (#1753)

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Nithin David Thomas
2021-03-01 22:28:15 +05:30
committed by GitHub
parent 03bc4bf224
commit 89e5f18dfb
9 changed files with 243 additions and 126 deletions

View File

@@ -44,3 +44,7 @@ code {
text-overflow: ellipsis;
white-space: nowrap;
}
.cursor-pointer {
cursor: pointer;
}