@ -103,6 +103,7 @@
</div>
<div *ngIf="w.showDetails" class="webhook-dumps">
<h3>Last Request</h3>
<textarea class="form-control webhook-dump" readonly>{{w.webhook.lastDumps[0]}}</textarea>
@ -27,8 +27,11 @@
font-size: .9rem;
}
&-dumps {
margin-top: 1.5rem;
&-dump {
margin-top: 1rem;
font-size: .8rem;
font-weight: normal;
height: 20rem;