fix status code label for a successful webhook (#4540)
This commit is contained in:
parent
e277b3e0e4
commit
b11ddd8d4c
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
@ -1614,7 +1614,7 @@
|
|||
.list {
|
||||
> .item {
|
||||
.green {
|
||||
color: #21BA45 !important;
|
||||
color: #21BA45;
|
||||
}
|
||||
&:not(:first-child) {
|
||||
border-top: 1px solid #eaeaea;
|
||||
|
|
Reference in a new issue