src/devtools/views/StoreInspector/EventLogger/EventLogger.css [81:101]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

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

.gcExplained {
  border-bottom: 1px solid var(--color-border);
  font-size: 14px;
  padding: 0.3em;
  padding-bottom: 0.4em;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



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

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

.gcExplained {
  border-bottom: 1px solid var(--color-border);
  font-size: 14px;
  padding: 0.3em;
  padding-bottom: 0.4em;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



