.@{prefixCls}-form-item {
  display: flex;
  align-items: center;
  justify-content: start;
  min-width: 100%;
  height: 32px;
  padding: 0;

  & > .@{ant-prefix}-select {
    flex: 1;
  }

  &-error {
    padding: 6px 6px 6px 0;
    cursor: pointer;
  }

  .@{ant-prefix}-table-cell-row-hover &:not(.@{ant-prefix}-input) {
    background-color: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
  }

  &-no-style {
    display: flex;
    align-items: center;
    justify-content: start;
  }
}
