settings: Set margin-bottom for email field in deactivate modal.

This commit adds margin-bottom property to CSS of email field
in user deactivation modal with other CSS properties for this
field in settings.css since we are going to remove bootstrap
CSS rules in further commits.
This commit is contained in:
Sahil Batra 2022-12-06 22:14:18 +05:30 committed by Tim Abbott
parent 1c0b9b8c7a
commit fc21e68a9e
1 changed files with 1 additions and 0 deletions

View File

@ -212,6 +212,7 @@
.email_field_textarea {
width: 97%;
resize: vertical;
margin-bottom: 10px;
}
.border-top {