@import "../../style/variables.less";
@editable-cell2-prefix-cls: ~"@{component-prefix}-editable-cell2";
:global {
  .@{editable-cell2-prefix-cls} {
    position: relative;
    &-input-wrapper{
      padding-right: 24px;
    }
  }
}
