/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
.nz-toolSettings-setting {
  height: 100%;
  white-space: nowrap;
  display: flex;
  align-items: center;

  &:not(.nz-overflown) {
    &:before {
      content: '';
      padding-left: 1em;
    }

    &:after {
      content: '';
      padding-right: 1em;
    }
  }
}
