#corevist-app {
  display: flex;
  flex-direction: row;
}
#corevist-app-body {
  min-width: 0;
  flex-grow: 1;
}
