1
0
mirror of https://github.com/pcvolkmer/etl-processor.git synced 2025-07-18 13:22:53 +00:00

feat: show issue path if available in response body (#92)

This commit is contained in:
2025-04-04 13:59:51 +02:00
committed by GitHub
parent befeef3153
commit 033750eb10
3 changed files with 22 additions and 3 deletions

View File

@ -697,4 +697,14 @@ a.reload {
.no-token {
padding: 1em;
background: var(--bg-red-op);
}
.issue-message {
font-family: monospace;
font-weight: bolder;
}
.issue-path {
font-family: monospace;
line-height: 1rem;
}