/*
 * SPDX-FileCopyrightText: 2024 Siemens AG
 *
 * SPDX-License-Identifier: MIT
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */
:host {
  display: inline-block;
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}

:host(.text-overflow-no-wrap) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
:host(.text-overflow-no-wrap) ix-typography {
  text-overflow: ellipsis;
  overflow: hidden;
}