Make View Cart link displayed below the Add to Cart button (https://github.com/woocommerce/woocommerce-blocks/pull/10675)

This commit is contained in:
Karol Manijak 2023-08-21 13:52:08 +02:00 committed by GitHub
parent 94c5dcefce
commit cdd5c4e68b
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
white-space: normal;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
gap: $gap-small;