/*
 * Copyright (c) 2010, 2023 BSI Business Systems Integration AG
 *
 * This program and the accompanying materials are made
 * available under the terms of the Eclipse Public License 2.0
 * which is available at https://www.eclipse.org/legal/epl-2.0/
 *
 * SPDX-License-Identifier: EPL-2.0
 */
.table-row-detail {
  padding: @compact-outline-node-padding-y @compact-outline-node-padding-x;
  line-height: 25px;
}

.table-row-detail-name {
  margin-right: 4px;
  color: @label-color;
  font-size: @field-label-font-size;
}

.table-row-detail-value {
  white-space: normal;
  #scout.user-select(text);
}

.table-row-detail-icon {
  &.with-text {
    margin-right: 8px;
  }
}
