Browse Source
Merge pull request #16395 from ant-design/fix-auto-complete-align
fix: 🐛 Fix AutoComplete align issue
pull/16408/head
偏右
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
8 additions and
0 deletions
-
components/auto-complete/style/index.less
|
|
@ -82,3 +82,11 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
// https://github.com/ant-design/ant-design/issues/14156 |
|
|
|
.@{input-prefix-cls}-group > .@{autocomplete-prefix-cls} { |
|
|
|
.@{select-prefix-cls}-search__field.@{input-prefix-cls}-affix-wrapper { |
|
|
|
display: inline; |
|
|
|
float: none; |
|
|
|
} |
|
|
|
} |
|
|
|