@import './index.less';

.@{form-prefix-cls}-item {
  > label {
    color: @label-color;
    text-align: right;
    vertical-align: middle;
    padding: 7px 0;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    &:after {
      content: ":";
      margin: 0 8px 0 2px;
      position: relative;
      top: -0.5px;
    }
  }
  &-control {
    nz-input {
      width: 100%;
    }
    nz-select.ant-select {
      display: inline-block;
    }
  }
}
