From 051849daed49748440a4d3f1b891ccf31d59eab5 Mon Sep 17 00:00:00 2001 From: Matthias Goudjil Date: Wed, 27 Mar 2024 16:45:46 +0100 Subject: [PATCH] style: [product-page-stock-tab] - responsive layout for stock delta quantities feature --- .../themes/new-theme/scss/pages/product/product_page.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/admin-dev/themes/new-theme/scss/pages/product/product_page.scss b/admin-dev/themes/new-theme/scss/pages/product/product_page.scss index 7e111efc29f2e..579f76b3d80db 100644 --- a/admin-dev/themes/new-theme/scss/pages/product/product_page.scss +++ b/admin-dev/themes/new-theme/scss/pages/product/product_page.scss @@ -2906,6 +2906,12 @@ $mobile-menu-height: 2.6rem !default; } @include media-breakpoint-down(md) { + #product_stock { + #product_stock_quantities_delta_quantity { + flex-direction: column; + } + } + #product_pricing { #product_pricing_retail_price {