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:
commit
ac87972fc0
|
@ -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;
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: tweak
|
||||
|
||||
Center experimental products view more button
|
Loading…
Reference in New Issue