From 7af646e41f8fcab0c9fe524f15d4dc6e607039b0 Mon Sep 17 00:00:00 2001 From: Charles Thao Date: Thu, 8 May 2025 15:40:17 -0400 Subject: [PATCH] fix spacing issue in filter chip labels Signed-off-by: Charles Thao --- workspaces/frontend/src/shared/style/MUI-theme.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/workspaces/frontend/src/shared/style/MUI-theme.scss b/workspaces/frontend/src/shared/style/MUI-theme.scss index cd20d013a..d16fb6426 100644 --- a/workspaces/frontend/src/shared/style/MUI-theme.scss +++ b/workspaces/frontend/src/shared/style/MUI-theme.scss @@ -742,7 +742,6 @@ .mui-theme .pf-v6-c-label.pf-m-outline { --pf-v6-c-label--BorderColor: none; --pf-v6-c-label--BackgroundColor: var(--mui-palette-grey-200); - padding: 4px; } .mui-theme .pf-v6-c-masthead { @@ -758,8 +757,6 @@ .mui-theme .pf-v6-c-button.pf-m-plain { --pf-v6-c-button--BorderRadius: 50%; - --pf-v6-c-button--PaddingInlineStart: none; - --pf-v6-c-button--PaddingInlineEnd: none; } .mui-theme .pf-v6-c-page__main-container {