app/src/components/AnalysisPane.module.css [1:16]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.base {
  font-size: 16px;
  overflow: auto;
  display: flex;
  flex: 0 0 0px;
  overflow: auto;
  flex-direction: column;
  position: relative;
  transition: flex-grow 1000ms ease;
  box-sizing: border-box;
  background: #eee;
}

.visible {
  flex-grow: 1;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



app/src/components/SOAPReviewPane.module.css [1:16]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.base {
  font-size: 16px;
  overflow: auto;
  display: flex;
  flex: 0 0 0px;
  overflow: auto;
  flex-direction: column;
  position: relative;
  transition: flex-grow 1000ms ease;
  box-sizing: border-box;
  background: #eee;
}

.visible {
  flex-grow: 1;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



