fix(button): dropdown button in the wrong position (#3244)

pull/3258/head
John60676 2020-11-23 14:23:32 +08:00 committed by GitHub
parent da6d243e9e
commit 8a6125d74d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@
}
.button-group-base(@btnClassName) {
position: relative;
display: inline-block;
display: inline-flex;
> .@{btnClassName},
> span > .@{btnClassName} {
position: relative;