Skip to content

Commit 1b3df7c

Browse files
committed
Workflow UI: Set a fixed max height for event/job nodes and enable auto-scroll inside them.
1 parent 1041a43 commit 1b3df7c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

htdocs/css/workflow.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ body.dark .wf_event_title {
161161
}
162162
.wf_body {
163163
padding: 8px;
164+
max-height: 250px;
165+
overflow-y: auto;
164166
}
165167

166168
.wf_fallback_icon {

0 commit comments

Comments
 (0)