remove height attribute to fix alignment (https://github.com/woocommerce/woocommerce-admin/pull/3141)
This commit is contained in:
parent
4f7220e1ef
commit
3ba6d3977b
|
@ -4,7 +4,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.woocommerce-ellipsis-menu__toggle {
|
.woocommerce-ellipsis-menu__toggle {
|
||||||
height: 24px;
|
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
|
|
Loading…
Reference in New Issue