feat: send email to batch students

This commit is contained in:
Jannat Patel
2023-10-05 16:12:02 +05:30
parent 8ad0e99b3c
commit 6c4d3ea37e
4 changed files with 68 additions and 0 deletions

View File

@@ -2469,4 +2469,8 @@ select {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
}
.modal-body .ql-container {
max-height: unset !important;
}