feat: Add snooze, reopen option to bulk actions (#4831)

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Fayaz Ahmed
2022-06-13 12:14:27 +05:30
committed by GitHub
parent aa903a5da9
commit 2198930185
9 changed files with 331 additions and 71 deletions

View File

@@ -60,3 +60,9 @@
text-overflow: ellipsis;
white-space: nowrap;
}
.flex-between {
align-items: center;
display: flex;
justify-content: space-between;
}