css: Scope edit_bot_form custom CSS.

This commit is contained in:
Tim Abbott 2022-07-26 16:58:36 -07:00
parent 6013a1f4fc
commit 83fa5741ca
1 changed files with 17 additions and 17 deletions

View File

@ -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,17 +826,25 @@ input[type="checkbox"] {
.buttons {
margin: 10px 0 5px;
}
}
.edit_bot_email {
font-weight: 400;
text-align: left;
margin-top: 0;
margin-bottom: 20px;
.edit-bot-name {
margin-bottom: 20px;
}
overflow: hidden;
text-overflow: ellipsis;
white-space: pre;
.avatar-section {
margin-bottom: 20px;
}
.edit_bot_email {
font-weight: 400;
text-align: left;
margin-top: 0;
margin-bottom: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: pre;
}
}
#create_bot_form,