mirror of https://github.com/zulip/zulip.git
Remove colons after bot fields.
The rest of the Settings page seems to eschew the colon, so this change makes the bot listing consistent. (imported from commit d13ac811b230413f9bbc9718fb7ec35898bdf392)
This commit is contained in:
parent
3418c1852f
commit
67b6b05f26
|
@ -2858,10 +2858,6 @@ input.edit-alert-word::-webkit-input-placeholder {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#bots_list .field:after {
|
|
||||||
content: ':';
|
|
||||||
}
|
|
||||||
|
|
||||||
#bots_list .regenerate_bot_api_key {
|
#bots_list .regenerate_bot_api_key {
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
|
|
Loading…
Reference in New Issue