Merge pull request #32870 from woocommerce/update/center-view-more-button

Center view more/less button for add product task
This commit is contained in:
Chi-Hsuan Huang 2022-05-06 09:22:12 +08:00 committed by GitHub
commit ac87972fc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -13,11 +13,17 @@
text-align: center;
}
.woocommerce-product-content {
display: flex;
flex-direction: column;
}
.woocommerce-task-products__button-view-less-product-types {
color: #007cba;
padding: 0;
height: fit-content;
margin-top: 25px;
justify-content: center;
svg {
margin-left: 8px;

View File

@ -0,0 +1,4 @@
Significance: patch
Type: tweak
Center experimental products view more button