aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-designer-ui/src/main/frontend/resources/scss/features/_workflow.scss
blob: 58d1df9880396c64781740b564e424751a317038 (plain)
1
2
3
4
5
6
.workflow-view {
    display: grid;
    grid-template-columns: 245px 1fr;
    height: auto;
    flex: 1;
}