:host {
  display: flex;
  flex-direction: row;
  gap: 8px;
  width: 100%;

  .code {
    display: inline-block;
    width: fit-content;
    color: var(--color-gray-888);
    white-space: nowrap;
  }

  .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
