Edit sent Discord webhooks if entry values updates
All checks were successful
Test and build Docker image / docker (push) Successful in 1m48s

This commit is contained in:
Joakim Hellsén 2026-05-09 04:41:50 +02:00
commit 36d55566fc
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk
13 changed files with 1313 additions and 141 deletions

View file

@ -65,6 +65,14 @@ body {
word-break: break-word;
}
.sent-webhooks__entry,
.sent-webhooks__preview {
min-width: 14rem;
max-width: 28rem;
overflow-wrap: anywhere;
word-break: break-word;
}
.filter-page__sidebar {
height: 100%;
}