Make View Cart link displayed below the Add to Cart button (https://github.com/woocommerce/woocommerce-blocks/pull/10675)
This commit is contained in:
parent
94c5dcefce
commit
cdd5c4e68b
|
@ -3,6 +3,7 @@
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: $gap-small;
|
gap: $gap-small;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue