widgets/distribution-reports/src/app/style/report-chart.scss [4:46]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  &__title {
    margin-right: $ring-unit;
    margin-bottom: 2 * $ring-unit;

    text-align: left;
    white-space: nowrap;

    font-weight: bold;
  }

  &__title-settings {
    float: right;
  }

  &__chart-type-switcher {
    margin-right: $ring-unit;

    font-weight: normal;
  }

  &__labels {
    display: flex;

    overflow: hidden;

    width: 30%;

    padding-top: 3 * $ring-unit;
    padding-right: $ring-unit;

    text-align: left;

    border-top: 1px solid transparent;

    font-size: var(--ring-font-size-smaller);
  }

  &__labels-column {
    &:first-child {
      overflow: hidden;

      min-width: 35%;
      max-width: 80%;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



widgets/time-tracking-report/src/app/style/report-time-sheet.scss [4:46]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  &__title {
    margin-right: $ring-unit;
    margin-bottom: 2 * $ring-unit;

    text-align: left;
    white-space: nowrap;

    font-weight: bold;
  }

  &__title-settings {
    float: right;
  }

  &__chart-type-switcher {
    margin-right: $ring-unit;

    font-weight: normal;
  }

  &__labels {
    display: flex;

    overflow: hidden;

    width: 30%;

    padding-top: 3 * $ring-unit;
    padding-right: $ring-unit;

    text-align: left;

    border-top: 1px solid transparent;

    font-size: var(--ring-font-size-smaller);
  }

  &__labels-column {
    &:first-child {
      overflow: hidden;

      min-width: 35%;
      max-width: 80%;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



