mirror of https://github.com/zulip/zulip.git
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:
parent
1c0b9b8c7a
commit
fc21e68a9e
|
@ -212,6 +212,7 @@
|
|||
.email_field_textarea {
|
||||
width: 97%;
|
||||
resize: vertical;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.border-top {
|
||||
|
|
Loading…
Reference in New Issue