/*---------------------------------------------------------------------------------------------
 * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
 * See LICENSE.md in the project root for license terms and full copyright notice.
 *--------------------------------------------------------------------------------------------*/

.core-tree-branch {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 0 20px;
  width: fit-content;
  min-width: 100%;
}
