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

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

  .custom-textarea {
    resize: none;
  }
}

#root {
  height: 100%;
}