From 281436867040a599774fd660fa17c356f6d6c258 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Tue, 18 Jul 2023 14:55:36 +0200 Subject: [PATCH] Adjust inside container to content without any padding --- app/webpacker/css/admin/products_v3.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/webpacker/css/admin/products_v3.scss b/app/webpacker/css/admin/products_v3.scss index edd198fde0..45d0f4fb5d 100644 --- a/app/webpacker/css/admin/products_v3.scss +++ b/app/webpacker/css/admin/products_v3.scss @@ -11,6 +11,10 @@ position: static; } + #products-content .container { + padding: 0; + } + // Hopefully these rules will be moved to component(s). table.products { table-layout: fixed; // Column widths are based solely on col definitions (not content). This allows more efficient rendering.