aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-designer-ui/src/main/frontend/resources/scss/features/_composition.scss
blob: 7ab294a223627e52aefa7c97f9558aa41f01f2d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.composition-view {
	display: flex;
	width: 100%;

	.bpmn-container {
		flex-basis: 100%;
		height: 100%;
	}

	.properties-panel {
		&, .bpp-properties-panel {
			height: 100%;
		}
	}
}