diff --git a/web/src/components/core/EmptyState.jsx b/web/src/components/core/EmptyState.jsx index 487a9279c4..e147766895 100644 --- a/web/src/components/core/EmptyState.jsx +++ b/web/src/components/core/EmptyState.jsx @@ -22,7 +22,7 @@ // @ts-check import React from "react"; -import { EmptyState, EmptyStateHeader, EmptyStateBody, Flex } from "@patternfly/react-core"; +import { EmptyState, EmptyStateHeader, EmptyStateBody, Stack } from "@patternfly/react-core"; import { Icon } from "~/components/layout"; /** @@ -68,9 +68,7 @@ export default function EmptyStateWrapper({ icon={} /> - - {children} - + {children} ); diff --git a/web/src/components/core/LoginPage.jsx b/web/src/components/core/LoginPage.jsx index 76acd31cb8..1ff500b7c1 100644 --- a/web/src/components/core/LoginPage.jsx +++ b/web/src/components/core/LoginPage.jsx @@ -92,27 +92,25 @@ user privileges.", {rootExplanationStart} {rootUser} {rootExplanationEnd}

{_("Please, provide its password to log in to the system.")}

- -
- - setPassword(v)} - /> - + + + setPassword(v)} + /> + - {error && } + {error && } - - - - -
+ + + +