Browse Source

fix: addonBefore Input rtl style (#26153)

pull/26156/head
xrkffgg 4 years ago
committed by GitHub
parent
commit
50a0678f35
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/input/style/rtl.less

2
components/input/style/rtl.less

@ -99,7 +99,7 @@
> .@{inputClass}:last-child,
&-addon:last-child {
.@{inputClass}-group-rtl & {
.@{inputClass}-group-rtl& {
border-radius: @border-radius-base 0 0 @border-radius-base;
}
}

Loading…
Cancel
Save