aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-designer-ui/src/main/frontend/resources/scss/features/_workflow.scss
diff options
context:
space:
mode:
Diffstat (limited to 'workflow-designer-ui/src/main/frontend/resources/scss/features/_workflow.scss')
-rw-r--r--workflow-designer-ui/src/main/frontend/resources/scss/features/_workflow.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/workflow-designer-ui/src/main/frontend/resources/scss/features/_workflow.scss b/workflow-designer-ui/src/main/frontend/resources/scss/features/_workflow.scss
new file mode 100644
index 00000000..58d1df98
--- /dev/null
+++ b/workflow-designer-ui/src/main/frontend/resources/scss/features/_workflow.scss
@@ -0,0 +1,6 @@
+.workflow-view {
+ display: grid;
+ grid-template-columns: 245px 1fr;
+ height: auto;
+ flex: 1;
+} \ No newline at end of file