Improve the group mail features styles

This commit is contained in:
Mohammad Rezaei 2023-10-29 11:05:33 +03:30
parent 73dd4677da
commit c402d90256
2 changed files with 2 additions and 2 deletions

View file

@ -166,7 +166,7 @@
margin-bottom: 5px;
}
input[type='text'], textarea {
input:not([type='checkbox']), textarea {
width: 70vw;
max-width: 400px;
}

View file

@ -136,7 +136,7 @@
<div>
<div id="send-to-all" class="property-line" data-bind="visible: sendToAllDisplayStatus()">
<input type="checkbox" data-bind="checked: sendToAll, css: sendToAllDefaultValue()">
<lable data-i18n="CONTACTS/SEND_TO_ALL_CONTACT_EMAILS"></lable>
<span data-i18n="CONTACTS/SEND_TO_ALL_CONTACT_EMAILS"></span>
</div>
<div data-bind="foreach: email">