mirror of https://github.com/ElemeFE/element
fix button-group align bug (#1349)
parent
090f91d057
commit
ae7e5a10a7
|
@ -152,6 +152,7 @@
|
||||||
@b button-group {
|
@b button-group {
|
||||||
@utils-clearfix;
|
@utils-clearfix;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
vertical-align: middle;
|
||||||
|
|
||||||
& .el-button {
|
& .el-button {
|
||||||
float: left;
|
float: left;
|
||||||
|
|
Loading…
Reference in New Issue