From 12ae5e27f9444c954b1011e093d4307bf19b0714 Mon Sep 17 00:00:00 2001 From: Matthias Goudjil Date: Tue, 9 Apr 2024 12:39:45 +0200 Subject: [PATCH] lint: related #32218 lint properties order --- admin-dev/themes/new-theme/scss/pages/product/product_page.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 89dab4ccfd138..9d9eede8d1538 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 @@ -418,8 +418,8 @@ $product-page-padding-bottom: 80px !default; display: flex; flex-direction: row; gap: 0.5rem; - justify-content: space-between; align-items: center; + justify-content: space-between; width: 100%; height: 100%; padding: 0 0.5rem;