fix(button): dropdown button in the wrong position (#3244)
parent
da6d243e9e
commit
8a6125d74d
|
@ -110,7 +110,7 @@
|
|||
}
|
||||
.button-group-base(@btnClassName) {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
display: inline-flex;
|
||||
> .@{btnClassName},
|
||||
> span > .@{btnClassName} {
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in New Issue