This commit is contained in:
louwie17 2021-06-15 00:42:02 -03:00 committed by GitHub
parent f43a00ab65
commit dae2abad2d
1 changed files with 8 additions and 7 deletions

View File

@ -1,14 +1,15 @@
.woocommerce-ellipsis-menu {
text-align: center;
}
.woocommerce-ellipsis-menu__toggle {
justify-content: center;
vertical-align: middle;
width: 24px;
.woocommerce-ellipsis-menu__toggle {
justify-content: center;
vertical-align: middle;
width: 24px;
padding: 0;
.gridicon {
transform: rotate(90deg);
.gridicon {
transform: rotate(90deg);
}
}
}