mirror of https://github.com/zulip/zulip.git
css: Scope edit_bot_form custom CSS.
This commit is contained in:
parent
6013a1f4fc
commit
83fa5741ca
|
@ -818,14 +818,6 @@ input[type="checkbox"] {
|
|||
}
|
||||
}
|
||||
|
||||
.edit-bot-name {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.avatar-section {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.edit_bot_form {
|
||||
font-size: 100%;
|
||||
margin: 0;
|
||||
|
@ -834,6 +826,13 @@ input[type="checkbox"] {
|
|||
.buttons {
|
||||
margin: 10px 0 5px;
|
||||
}
|
||||
|
||||
.edit-bot-name {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.avatar-section {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.edit_bot_email {
|
||||
|
@ -846,6 +845,7 @@ input[type="checkbox"] {
|
|||
text-overflow: ellipsis;
|
||||
white-space: pre;
|
||||
}
|
||||
}
|
||||
|
||||
#create_bot_form,
|
||||
#create_alert_word_form,
|
||||
|
|
Loading…
Reference in New Issue