﻿.workflowPage {
  height: calc(100vh - 80px);
}
.workflowPage .rightbar_container {
  z-index: 9998;
}
.workflowPage .search-results {
  overflow: visible;
}
.workflowLogTraceColumnPopup .scrollable-content {
  max-width: 1000px;
  overflow-x: auto;
}
.workflowLogTraceColumnPopup .logRow > td {
  vertical-align: top;
}
.workflowLogTraceColumnPopup .logRow > td.value {
  white-space: pre;
}
.workflow-editor .widgetBody {
  max-height: calc(100vh - 108px);
}