.sui-m-logs {
  background-color: $sui-logs-background-color;
  color: $sui-color-brand-denim-100;
  font-family: $sui-font-family-code;
  height: 100%;
  position: relative;

  // No padding for the log line when inside a logs component
  & .sui-a-logline {
    padding: 0;
    white-space: nowrap;
  }
}
