From ec3c157f1e248c45e039f97730eaafdd63f847fb Mon Sep 17 00:00:00 2001 From: David Cook Date: Mon, 29 Jul 2024 15:20:36 +1000 Subject: [PATCH] Add gap between elements It could be done better, but requires more code cleanup than it's worth. --- app/webpacker/css/admin/products_v3.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/webpacker/css/admin/products_v3.scss b/app/webpacker/css/admin/products_v3.scss index 2bef018b53..32dc4c5cda 100644 --- a/app/webpacker/css/admin/products_v3.scss +++ b/app/webpacker/css/admin/products_v3.scss @@ -226,6 +226,7 @@ .pagination-description { flex-grow: 1; // Grow to fill space + margin-right: 1em; // TODO: cleanup and use flex gap } .with-dropdown {