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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user