From 1356ed940648998eb4271087287301dce8f93063 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Gr=C3=A4=C3=9Fl?= Date: Thu, 26 Oct 2023 13:46:57 +0200 Subject: [PATCH] fix(InventoryTable): RHINENG-2325 - Remove unwanted padding/margin resets (#2076) --- src/components/InventoryTable/InventoryList.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/components/InventoryTable/InventoryList.scss b/src/components/InventoryTable/InventoryList.scss index 339401ea6..82a28e5aa 100644 --- a/src/components/InventoryTable/InventoryList.scss +++ b/src/components/InventoryTable/InventoryList.scss @@ -8,11 +8,6 @@ } .ins-c-inventory__table--toolbar { - &.ins-m-footer { - margin: 0; - padding: 0; - } - &:not(.ins-c-inventory__table--toolbar-has-items) { .pf-c-toolbar__content { .pf-c-toolbar__item:last-child { min-width: 12.5rem; }