Browse Source

fix status code label for a successful webhook (#4540)

tags/v1.6.0-dev
Lanre Adelowo 7 years ago committed by Lauris BH
parent
commit
b11ddd8d4c
  1. 2
      public/css/index.css
  2. 2
      public/less/_repository.less

2
public/css/index.css

File diff suppressed because one or more lines are too long

2
public/less/_repository.less

@ -1614,7 +1614,7 @@
.list { .list {
> .item { > .item {
.green { .green {
color: #21BA45 !important; color: #21BA45;
} }
&:not(:first-child) { &:not(:first-child) {
border-top: 1px solid #eaeaea; border-top: 1px solid #eaeaea;

Loading…
Cancel
Save