.rl {
  &__body {
    display: flex;
    overflow: auto;

    &--wrap {
      white-space: pre-wrap;
    }
  }
}
