.root {
  // this padding is already handled in the workbench-content of App.scss
  // padding: 1em 1em 1em 1em;
}

.body {
  width: 100%;
  overflow: auto;
  display: flex;
}

.constrain {
  max-height: 100%;
  overflow: hidden;
}

.nav {
  height: auto;
  flex-basis: 20%;
  flex-shrink: 0;
  min-width: 200px;
  overflow: auto;
}

.detail {
  flex-basis: 100%;
  overflow: auto;
}

.sub-header {
  padding: 16px;
}
