/*
 * SPDX-FileCopyrightText: 2021 Johannes Loher
 *
 * SPDX-License-Identifier: MIT
 */

.ds4-sheet-form {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  font-family: var(--ds4-font-primary);
  height: 100%;
}