/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
.uifw-view-attributes-contents {
  display: flex;
  flex-direction: column;
  padding: 8px;
  overflow-y: auto;

  > .core-checkbox {
    margin: 2px;
  }
}
