From f8afaf8d42c51ac35164205048d889f945506fa0 Mon Sep 17 00:00:00 2001 From: Nagesh Pai Date: Fri, 31 Dec 2021 22:11:51 +0530 Subject: [PATCH] CSS fix for checkout page in Twenty Twenty. Cleaned an empty rule in the Twenty Twenty SCSS file --- plugins/woocommerce/legacy/css/twenty-twenty.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/plugins/woocommerce/legacy/css/twenty-twenty.scss b/plugins/woocommerce/legacy/css/twenty-twenty.scss index 3610d94c0d4..7073a877486 100644 --- a/plugins/woocommerce/legacy/css/twenty-twenty.scss +++ b/plugins/woocommerce/legacy/css/twenty-twenty.scss @@ -193,6 +193,7 @@ a.button { font-family: $headings; list-style: none; overflow: hidden; + width: 100%; } .woocommerce-message, @@ -1663,6 +1664,7 @@ a.reset_variations { form[name="checkout"] { display: table; + width: 100%; } .blockUI.blockOverlay { @@ -2547,10 +2549,6 @@ a.reset_variations { max-width: 1600px; padding: 4vw 6vw; margin: 0 auto; - - .site-main { - - } } .onsale {