Browse Source

fix: input search rtl style (#26156)

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

3
components/input/style/rtl.less

@ -225,6 +225,9 @@
& + .@{ant-prefix}-input-group-addon,
input + .@{ant-prefix}-input-group-addon {
.@{search-rtl-cls}& {
padding: 0;
border: 0;
.@{search-prefix}-button {
width: 100%;
border-radius: @border-radius-base 0 0 @border-radius-base;

Loading…
Cancel
Save