aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-designer-ui/src/main/frontend/resources/scss/components/_layout.scss
blob: bcd07ebe3e6d62470e4e1c12ce298a7c37d137e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.workflow-app {
  height: 100%;
  * {
    box-sizing: border-box;
  }

  .version-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}

#root {
  height: 100%;
}