From 77d1926e5e3e9f4a1dcf733c1840803a8edc3919 Mon Sep 17 00:00:00 2001 From: Matthias Goudjil Date: Wed, 27 Mar 2024 10:15:43 +0100 Subject: [PATCH] style: [product-page-header] three dots alignement --- .../themes/new-theme/scss/pages/product/product_page.scss | 5 +++++ 1 file changed, 5 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 76853fb6ebb60..cb12a0019e557 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 @@ -2671,6 +2671,10 @@ $mobile-menu-height: 2.6rem !default; .product-header-form { padding: 0; + .header-mobile-toolbar { + margin-left: auto; + } + #product_header { position: relative; flex-wrap: nowrap; @@ -2680,6 +2684,7 @@ $mobile-menu-height: 2.6rem !default; position: absolute; top: 0; margin-left: calc($product-cover-mobile-size + 0.5rem); + width: calc(100% - $product-cover-mobile-size - 1rem); label { margin-bottom: 0.2rem;