From db839503ed2fbf3a73d789d17bfe608d574978ef Mon Sep 17 00:00:00 2001 From: Alejandro Brugarolas <117646518+abrugaro@users.noreply.github.com> Date: Thu, 9 Nov 2023 14:50:08 +0100 Subject: [PATCH] :bug: Remove pb0 class from application section header (#1532) Solves [MTA-1644](https://issues.redhat.com/browse/MTA-1644) ![image](https://github.com/konveyor/tackle2-ui/assets/117646518/2add7ffa-3cdc-4c04-b1c5-86025ed59ab6) Signed-off-by: Alejandro Brugarolas --- client/src/app/pages/applications/applications.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/src/app/pages/applications/applications.tsx b/client/src/app/pages/applications/applications.tsx index 58a312b442..6481a9fb01 100644 --- a/client/src/app/pages/applications/applications.tsx +++ b/client/src/app/pages/applications/applications.tsx @@ -7,7 +7,6 @@ import { Title, } from "@patternfly/react-core"; import { useTranslation } from "react-i18next"; -import spacing from "@patternfly/react-styles/css/utilities/Spacing/spacing"; const ApplicationsTable = lazy(() => import("./applications-table")); @@ -16,7 +15,7 @@ export const Applications: React.FC = () => { return ( <> - +