src/devtools/views/StoreInspector/EventLogger/EventLogger.css [124:137]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

.NotifyComplete {
  width: 100%;
  height: 100%;
  flex: 2;
  overflow: scroll;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background-color: var(--color-background);
  color: var(--color-text);
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/devtools/views/StoreInspector/StoreInspector.css [228:241]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

.NotifyComplete {
  width: 100%;
  height: 100%;
  flex: 2;
  overflow: scroll;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background-color: var(--color-background);
  color: var(--color-text);
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



