add border radius to product table

This commit is contained in:
2025-05-14 17:34:50 +05:00
parent fb0871ff76
commit 5a90ab61db

View File

@ -680,4 +680,10 @@ body {
.select2-container .select2-dropdown, .select2-container .select2-selection {
border-radius: 12px;
}
}
.woocommerce-checkout-review-order-table {
border-radius: 12px;
border-collapse: separate;
border-spacing: 0;
}