Skip to content

Commit 8a6125d

Browse files
authored
fix(button): dropdown button in the wrong position (#3244)
1 parent da6d243 commit 8a6125d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/button/style/mixin.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
}
111111
.button-group-base(@btnClassName) {
112112
position: relative;
113-
display: inline-block;
113+
display: inline-flex;
114114
> .@{btnClassName},
115115
> span > .@{btnClassName} {
116116
position: relative;

0 commit comments

Comments
 (0)