From 32aacbd2b097c60ae6e901c820521574038c74a0 Mon Sep 17 00:00:00 2001 From: David Cook Date: Mon, 29 Jul 2024 15:13:30 +1000 Subject: [PATCH] =?UTF-8?q?Don't=20use=20fixed=20heights=20=F0=9F=94=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Just don't. It makes life hard and doesn't solve the problem properly. Now, when the content doesn't fit within the screen width, it will flow naturally and not jump up and down all over other elements. --- app/webpacker/css/admin/products_v3.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/webpacker/css/admin/products_v3.scss b/app/webpacker/css/admin/products_v3.scss index a7622faf7c..2bef018b53 100644 --- a/app/webpacker/css/admin/products_v3.scss +++ b/app/webpacker/css/admin/products_v3.scss @@ -220,9 +220,6 @@ justify-content: space-between; align-items: center; - line-height: $btn-relaxed-height; - height: $btn-relaxed-height; - &.disabled-section { display: none; }