/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
.uif-keyinbrowser-div {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: 100%;
  padding: 6px;
}
