.design-structure-tree-item.form-design-tree-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 100%;

  > i {
    flex: 0 0 auto;
    width: 16px;
    font-size: 16px;
    margin-right: 6px;

    &.icon-auto-input {
      margin-left: -2px;
      margin-right: 8px;
    }
  }

  > .icon {
    flex: 0 0 auto;
    font-size: 16px;
    margin-right: 6px;
  }

  > .text {
    flex: 1 1 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
