Sending group email to all contact addresses

This commit is contained in:
Mohammad Rezaei 2023-10-16 15:41:28 +03:30
parent 9a4b73e819
commit 73dd4677da
5 changed files with 42 additions and 3 deletions

View file

@ -166,10 +166,15 @@
margin-bottom: 5px;
}
input, textarea {
input[type='text'], textarea {
width: 70vw;
max-width: 400px;
}
#send-to-all > input[type="checkbox"] {
margin-left: 2px;
margin-right: 10px;
}
}
.read-only-sign {