File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -827,7 +827,7 @@ Page.Events = class Events extends Page.PageUtils {
827827 if ( event . workflow ) {
828828 html += '<div class="box">' ;
829829 html += '<div class="box_content">' ;
830- html += '<div class="wf_container preview" id="d_wf_container" style="height:40vh ; min-height:400px;">' ;
830+ html += '<div class="wf_container preview" id="d_wf_container" style="height:50vh ; min-height:400px;">' ;
831831
832832 html += `<div class="wf_grid_header">
833833 <div class="wf_title left"><i class="mdi mdi-clipboard-flow-outline"> </i>Workflow Map</div>
Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ Page.Job = class Job extends Page.PageUtils {
321321 if ( is_workflow ) {
322322 html += '<div class="box">' ;
323323 html += '<div class="box_content">' ;
324- html += '<div class="wf_container job_preview" id="d_wf_container" style="height:40vh ; min-height:400px;">' ;
324+ html += '<div class="wf_container job_preview" id="d_wf_container" style="height:50vh ; min-height:400px;">' ;
325325
326326 html += `<div class="wf_grid_header">
327327 <div class="wf_title left"><i class="mdi mdi-clipboard-play-outline"> </i>Workflow Run</div>
You can’t perform that action at this time.
0 commit comments