fix(button): dropdown inside ButtonGroup in the wrong position (#3036)

pull/3285/head
John60676 2020-11-23 13:55:06 +08:00 committed by GitHub
parent 6ecbaaa547
commit 1581ff3057
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;