From 033750eb1015ebc4d1612858dff54496e64a3410 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Fri, 4 Apr 2025 13:59:51 +0200 Subject: feat: show issue path if available in response body (#92) --- src/main/resources/static/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/main/resources/static') diff --git a/src/main/resources/static/style.css b/src/main/resources/static/style.css index c6a8c33..b6713d2 100644 --- a/src/main/resources/static/style.css +++ b/src/main/resources/static/style.css @@ -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; } \ No newline at end of file -- cgit v1.2.3