fix(ui): land #30978 debug event log full-width payloads (@stozo04)

Landed from contributor PR #30978 by @stozo04.

Co-authored-by: stozo04 <stozo04@users.noreply.github.com>
This commit is contained in:
Peter Steinberger
2026-03-02 02:32:09 +00:00
parent 601d1ccd24
commit 8eac33d4e0
3 changed files with 22 additions and 4 deletions

View File

@@ -1191,6 +1191,21 @@
width: 100%;
}
/* Debug event log payloads should use full width like other debug sections. */
.debug-event-log__item {
grid-template-columns: minmax(0, 1fr);
}
.debug-event-log__meta {
min-width: 0;
text-align: left;
}
.debug-event-log__payload {
margin: 0;
max-width: 100%;
}
/* Cron jobs: allow long payload/state text and keep action buttons inside the card. */
.cron-job-payload,
.cron-job-agent,