.code-gen-sources-view {
  display: flex;
  .tree-pane {
    width: 220px;
    overflow-y: auto;
    height: 100%;
  }
  .source-code-pane {
    flex: 1;
    height: 100%;
    overflow-y: auto;
  }
}
